/****gallery CSS*****/
#large_image_holder {
	width:310px;
	float:left;
	display:inline;
	margin:0 0 0 40px;
}
#large_images {
	width:315px;
	float:left;
	display:inline;
	position:relative;
	z-index:10;
	padding:5px;
	height:315px;
}
#large_images li {
	position:absolute;
	z-index:11;
	left:10;
}
#thumb_holder {
	width:200px;
	height: auto;
	float:left;

}
#thumb_holder li {
	width:50px;
	float:left;
	display:inline;
	margin:5px;
	/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
}

.cuadro2{
	/*border-radius*/
-webkit-border-radius:5px;
   -moz-border-radius:5px;
        border-radius:5px;
			behavior:url(border-radius.htc);
}
#content_left{width:200px; float:left;}