#topOutterPan {
	background-image: url(../images/olmo-bg.png); 
	background-repeat: no-repeat; 
	background-position: -100px -40px; 
	margin: 0px; 
	padding: 0px;
}

#topPan {
	width:960px; 
	height:231px; 
	position:relative; 
	margin:0 auto;
} 

#topHeaderPan {
	width:543px; 
	height:231px; 
	position:relative;
	background:url(../images/logo-farmacia.png) 405px 35px no-repeat;
}

#topHeaderPan #logo {
	background-image: url(../images/logo-glossy.png);
	position:relative; 
	display: block; 
	height: 93px; 
	width: 551px;
	top:120px; 
	left:0px;
	padding: 0px;
	margin: 0px;
}

#topRightPan {
	width:417px; 
	height:218px; 
	background:url(../images/rightsidebg.jpg) 0 0 no-repeat; 
	position:absolute; 
	top:13px; 
	right:0px;
}

#topRightPan ul#topMenu {
	width:320px; 
	height:49px; 
	display:block; 
	margin:16px 0 0 16px;
}

#topRightPan ul#topMenu li {
	height:49px; 
	border-right:1px dashed #C1B79A; 
	float:left;
	font-size:0.9em; 
}

#topRightPan ul#topMenu li.home {
	width:89px; 
	height:20px; 
	font-weight:bold; 
	text-align:center; 
	background:url(../images/icon-home.gif) 50% 0 no-repeat #fff; 
	color:#81BE28; 
	padding:29px 0 0;
}

#topRightPan ul#topMenu li.home a {
	width:89px; 
	height:20px; 
	background:url(../images/icon-home.gif) 50% 0 no-repeat #fff; 
	color:#0880BC; 
	padding:29px 0 0; 
	text-decoration:none;
}

#topRightPan ul#topMenu li.home a:hover {
	background:url(../images/icon-home-hover.gif) 50% 0 no-repeat #fff; 
	color:#81BE28; 
	padding:29px 0 0; 
	text-decoration:none;
}

#topRightPan ul#topMenu li.about {
	width:134px; 
	height:20px; 
	font-weight:bold; 
	text-align:center; 
	color:#81BE28; 
	padding:29px 0 0; 
	text-decoration:none;
}

#topRightPan ul#topMenu li.about a {
	width:134px; 
	height:20px; 
	background:url(../images/icon-about.gif) 50% 0 no-repeat #fff; 
	color:#0880BC; 
	padding:29px 0 0; 
	text-decoration:none;
}
	
#topRightPan ul#topMenu li.about a:hover {
	background:url(../images/icon-about-hover.gif) 50% 0 no-repeat #fff; 
	color:#81BE28; 
	padding:29px 0 0; 
	text-decoration:none;
}

#topRightPan ul#topMenu li.contact {
	width:89px;
	height:20px; 
	font-weight:bold; 
	text-align:center; 
	color:#81BE28; 
	border:none; 
	padding:29px 0 0; 
	text-decoration:none;
}

#topRightPan ul#topMenu li.contact a {
	width:89px; 
	height:20px; 
	background:url(../images/icon-contact.gif) 50% 20% no-repeat #fff; 
	color:#0880BC; 
	padding:29px 0 0; 
	text-decoration:none;
}

#topRightPan ul#topMenu li.contact a:hover {
	background:url(../images/icon-contact-hover.gif) 50% 20% no-repeat #fff; 
	color:#81BE28; 
	padding:29px 0 0; 
	text-decoration:none;
}

#topRightPanBanner {
	width:340px; 
	height:155px; 
	position:absolute; 
	top:75px; 
	margin-left:10px;
}

#slider ul, #slider li {
	clear;
	margin:0;
	padding:0;
	list-style:none;
}

#slider li { 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/
	width:340px; 
	height:155px;  
	overflow:hidden; 
}

#slider li a img {
	border: 0px; 
}

span#prevBtn{}
span#nextBtn{}

