/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/

div.jMyCarousel .prev{
	background: url('img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
	position:relative;
	left:50px;
	cursor:pointer;
}

div.jMyCarousel .next{
	background: url('img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
		cursor:pointer;
}

div.jMyCarousel ul li p a
{
padding-bottom:10px;
color:#f3dfd0;
font-family:Arial Black, Helvetica, sans-serif;
text-decoration:none;
}

div.jMyCarousel ul li p a span
{
position:relative;
top:20px;
text-decoration:none;
width:170px;
}


div.jMyCarousel ul li p a:hover
{
text-decoration:none;
color:#65bb92;
}

div.jMyCarousel ul li p span {
position:relative;
top:5px;
}

img#nextarrow{
position:relative;
top:-250px;
left:400px;
	cursor:pointer;
}

img#prevarrow{
position:relative;
top:-250px;
left:-400px;
	cursor:pointer;
}

div.jMyCarousel .up{
	background: url('img/up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('img/down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


div.jMyCarousel{
margin:auto;
}

div.jMyCarousel ul{
	
}

div.jMyCarousel ul li{
	margin:5px;
	line-height:0px;
	padding:16px 10px 10px 10px;
	background:url(../../templates/default/images/scrollerbg.gif) center no-repeat;
}

div.jMyCarousel ul li:hover {
background:url(../../templates/default/images/scrollerbghover.gif) center no-repeat;
}

#scroller {
clear:both;
height:420px !important;
margin:auto auto 20px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
}

div.jMyCarousel ul li img{
	display:block;
	border:0px;
	margin:0;
}

