/*Edited By Ankit 23-02-10*/
#slideshow-area 
{
	width: 642px;
  	height: 330px;
  	position: relative;
 	overflow: hidden;
  	margin:10px 0px 0px 5px;
}
 #slideshow-scroller 
{
	width: 642px;
  	height: 330px;
  	position: relative;
  	overflow: hidden;
  	margin: 0 auto;
  	
}
#slideshow-area img 
{
	width: 642px;
  	height: 330px;
}
#slideshow-holder 
{
	height: 330px;
}
#slideshow-area 
{
	clear:both !important;
}
#slideshow-previous, #slideshow-next 
{
	width: 37px;
  	height: 50px;
  	position: absolute;
  	background: url(arrow_left.png) no-repeat left;
  	top: 140px;
  	display: none;
  	cursor: pointer;
  	cursor: hand;
}
#slideshow-next 
{
	display: block;
  	background: url(arrow_right.png) no-repeat right;
  	top: 140px;
  	right: 0;
}
.slideshow-content 
{
	float: left !important;
  	margin:0px;
  	padding:0px;
}
