﻿div.jMyCarousel .prev{
	background: url('../../img/left.png') center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}
div.jMyCarousel .next{
	background: url('../../img/right.png') center center no-repeat;
	width:40px;
	height:61px;
	border:0px;
}
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
{
	float:left;
	background-color:#dbdbdb;
	height:67px;
}
/** carousel 1 **/
div.jMyCarousel ul li{
	/*border:1px solid #fff;*/
	margin:0 1px;
	line-height:0px;
	height:67px;
}

div.jMyCarousel ul li a{ /* in case of link */
	display:block;
	border:0px;
}

div.jMyCarousel ul li a img{
	display:block;
	border:0px;
}

div.all
{
display:block;
width:600px;
margin-top:10px;
height:380px;
overflow:auto;
}

div.all li
{
display:block;
float:left;
margin:3px;
}


#dclose {position:absolute;z-index:2;width:600px;}
#dclose a {font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#fff;text-decoration:none}
#dclose a:hover{text-decoration:none}

