/* container for slides */
.images {
-moz-border-radius:5px 5px 5px 5px;
-moz-box-shadow:0 0 25px #666666;
background:url("slider/h300.png") repeat-x scroll 0 0 #FFFFFF;
border:1px solid #CCCCCC;
cursor:pointer;
float:left;
height:300px;
margin:9px;
position:relative;
width:650px;
}

/* single slide */
.images div {
-moz-box-shadow:0 0 25px #B9DEF0;
background:none repeat scroll 0 0 #FFFFFF;
display:none;
font-size:12px;
height:250px;
left:0;
margin:13px;
padding:15px 30px 15px 15px;
position:absolute;
top:0;
width:580px;
}

.images div  b.price{
left:284px;
position:absolute;
top:150px;
height:70px;
}


.images div  p.short_desc{
left:284px;
position:absolute;
top:100px;
width:328px;
color:#666666;
font-size:11px;
}

.images div  p.actions{
color:#666666;
font-size:11px;
left:279px;
position:absolute;
top:181px;
}

.images div  p.actions a{
background:url("../img/layout/more.png") no-repeat scroll 0 0 transparent;
font-family:lucida Grande,trebuchet MS;
font-size:14px;
height:20px;
padding-left:27px;
padding-top:2px;

}


.images a.title {
color:#66991F !important;
font-family:trebuchet MS,Verdana,Geneva,Arial;
font-size:15px !important;
font-weight:bold;
height:75px;
left:284px;
position:absolute;
top:47px;
width:328px;
line-height:14px;
}

/* header */
.images h3 {
	font-size:22px;
	font-weight:normal;
	margin:0 0 20px 0;
	color:#456;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.slidetabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(slider/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.slidetabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
background:url("slider/arrow/left.png") no-repeat scroll 0 -18px transparent;
cursor:pointer;
display:block;
float:left;
font-size:1px;
height:18px;
margin-top:140px;
text-indent:-9999em;
width:20px;
}

/* next */
.forward 				
{ 
background:url("slider/arrow/right.png") no-repeat scroll 0 -19px transparent;
clear:right;
}
.forward:hover 		{ background-position:0 0; }
.forward:active 	 	{ background-position:0 0; } 


/* prev */
.backward:hover  		{ background-position:0 0; }
.backward:active  	{ background-position:0 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

