/**********************************************/
/* @name: style.css                           */
/* @date: 19/11/07                            */
/* @desc: JMyCarousel css                     */
/* @auth: kevin@enova-tech.net                */
/**********************************************/
/** General Elements && arrows description  ***/


.prev{
	background: url(img/prev.gif) center center no-repeat;
	width:24px;
	height:32px;
	border:0px;
}

.next{
	background: url(img/next.gif) center center no-repeat;
	width:24px;
	height:32px;
	border:0px;
}

div.announcement_list .up{
	background: url(up.png) center center no-repeat;
	width:61px;
	height:40px;
	border:0px;
}

div.announcement_list .down{
	background: url(down.png) center center no-repeat;
	width:47px;
	height:61px;
	border:0px;
}


/* div.announcement_list{
	border:1px solid #1c6f8e;
}

div.announcement_list ul{
	
}

div.announcement_list ul li{
	margin:0px;
	border:1px solid #ccc;
	line-height:0px;
	padding:0px;
}

div.announcement_list ul li a{
	display:block;
}

div.announcement_list ul li img{
	display:block;
	border:0px;
} */

