/*------jquery carousel styles----------*/

#carousel {
	 width:225px; height:auto; float:left; line-height:normal; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; text-align:justify; display:block; color:#000000; overflow:hidden; }


#slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:225px;
	height:150px;
	float:left;
	display:block;
	margin-left:5px;
	
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:1220px;			
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width:244px;
	height:auto;	
	float:left;
}

#slides li img {
	padding:0px;
}

/* Styling for prev and next buttons */
#buttons {
	
	padding:0 0 0px 0;	
	float:right;
}

#buttons a {
	display:block; 
	width:29px; 
	height:25px;
	text-indent:-999em;
	float:left;
	outline:0;
}

a#prev {
	background:url(../images/arrows-for-news.png) 0 -24px no-repeat; 
}

a#prev:hover {
	background:url(../images/arrows-for-news.png) 0 0 no-repeat;
}

a#next {
	background:url(../images/arrows-for-news.png) -24px -24px no-repeat; 
}

a#next:hover {
	background:url(../images/arrows-for-news.png) -24px 0 no-repeat;
}

.slides_image{ width:220px; height:13px; float:left; margin:10px 0px 0px 0px;}
p.slides_para{ width:220px; height:auto; float:left; margin:5px 0px 5px 0px; padding:0px 0px 0px 0px; line-height:18px; text-align:justify;}