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


div.jMyCarousel .prev, div.jMyCarousel .next
{
	width:28px;
	height:29px;
	border:0px;
	top:57px !important;
}
div.jMyCarousel .prev
{
	background: url('../Images/Gallery_LeftAorrw.png') center center no-repeat;
}
div.jMyCarousel .next{
	background: url('../Images/Gallery_RightArrow.png') center center no-repeat;
}
div.jMyCarousel .up{
	background: url('up.png') center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.jMyCarousel .down{
	background: url('down.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel
{
	float:left;
	
	
}
div.OuterjMyCarousel
{
	float:left;
	width:100%;
		
	overflow:visible;
	background:url('../Images/Gallery.png') no-repeat 0 0;
	margin-bottom:15px;
}
div.jMyCarousel ul{
	float:left;
}

div.jMyCarousel ul li
{
	float:left;
	margin:0px;
	line-height:0px;
	padding:0px;
}

div.jMyCarousel ul li a{ /* in case of link */
    float:left;
    font-weight:bold;
	display:block;
	width:145px;
	height:118px;
	padding:5px 3px 0px;
	text-decoration:none;
	background:url('../Images/BG_Gallery_Image.png') no-repeat 0 -165px;
}
div.jMyCarousel ul li a:hover
{
	text-decoration:none;
	background:url('../Images/BG_Gallery_Image.png') no-repeat 0 0;
}
div.jMyCarousel ul li a:hover p, div.jMyCarousel ul li a:hover span
{
	color:#fff;
}
div.jMyCarousel ul li a img{
	display:block;
	border:1px solid #E9E9E9;
	width:131px;
	height:116px;
	
}
div.jMyCarousel ul li a p
{
	float:left;
	font-size:14px;
	color:#83003e;
	line-height:20px;
	padding:5px 5px 0px;
}
div.jMyCarousel ul li a p span
{
	float:left;
	font-size:16px;
	color:#83003e;
	font-weight:bold;
}
