#buttonwrapper
{
	width: 100px;
	height: 50px;
	
}

#left
{
	background: url(../images/left.gif) bottom left no-repeat;
	width: 39px;
	height: 50px;
	float: left;
}

#right
{
	background: url(../images/right.gif) bottom left no-repeat;
	width: 39px;
	height: 50px;
	float: right;
}

#left:hover, #right:hover
{
	cursor: pointer;
	background-position: top left;
}

#holder_images 
{ 
	display: none; 
}
#carousel img {
 	border: 2px solid #ddd; 
}
#carousel img.link:hover 
{ 
	border: 4px solid #0e0893; 
}