/**
 # ot_greenpro - 	OT Green Pro Template for Joomla 1.7!
 # author 			OmegaTheme.com
 # copyright 		Copyright(C) 2012 - OmegaTheme.com. All Rights Reserved.
 # @license 		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 # Website: 		http://omegatheme.com
 # Technical 		support: Forum - http://omegatheme.com/forum/
 **/
 /**------------------------------------------------------------------------
 * file: customs.thumb.productdetails.css 1.7.0 00001, December 2011 12:00:00Z OmegaTheme $
 * package:	OT Green Pro Template
 *------------------------------------------------------------------------*/

/* CUSTOM STYLE PRODUCTDETAILS PAGE */
div#large_image_holder{
    overflow: hidden;
    text-align: center;
	border-bottom: 1px solid #EBEBEB;
	padding-bottom: 10px;
}
div#large_image_holder ul{
	float: left;
    height: 220px;
    padding: 0px 10px;
	margin: 0;
    position: relative;
    width: 220px;
    z-index: 10;
}
div#large_image_holder ul li{
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	height: 220px;
	width: 100%;
	z-index: 9;
}
div#large_image_holder ul li a{
	display: block;
	/*cursor: url("../images/cursor.cur") 53 53, auto;
	cursor: url("../images/larger.ani"), url("../images/larger.png"), auto;*/
}
div#large_image_holder ul li img{
	width: 220px; 
	height: 220px;
	/*max-width: 260px;
	margin:10px;*/
}
div#large_image_holder ul li.hide{
	display: none;
}
div#large_image_holder ul li,
ul#thumb_holder li{
	background: none;
	padding: 0;
	margin: 0;
}
div.additional-images{
	width: 220px;
	float: left;
	margin: 10px;
	/*position: relative;*/
}
div.additional-images-i{
	width: 220px;
	float: left;
	position: relative;
}
ul#thumb_holder{
	margin: 0;
}
ul#thumb_holder li{
	float: left;
    padding: 0px;
    width: 73px;
    overflow: hidden;
    text-align: center;
}
ul#thumb_holder li a{
	display: block;
	height: 70px;
	width: 70px;
	overflow: hidden;
	margin: 0 1px 0 0;
	padding: 1px;
}
ul#thumb_holder li a.current_img{
	border: 1px solid #EBEBEB;
	padding: 0;
}
ul#thumb_holder li img{
	height: 70px;
	width: auto;
	margin: 0;
	padding: 0;
/*	max-width: 160px; */
}











