
/*
Kart FN
Kart FN WebSite CSS for ScreenImage Gallery
Created On : 25-06-2007
Copyright : Pragash Irudayam - IruCom systems

*/
.icweb_image_gallery_heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	width: auto;	
	
	display: block;
		
	padding: 5px 0 2px 6px;
	border: none;		
	margin: 10px;
	background-color: #FFFFFF;	
	background-image: url(../../ic_web_image/ic_layout/design_2006/kartfn_img_gallery_headlabel_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.icweb_selected_image_box{
	text-align: center;
	width: auto;
	height: auto;
	
	display: block;
	overflow: auto;
		
	padding: 15px 5px 5px 5px;		
	border-top: 1px solid #F5F5F5;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F5F5F5;	
	margin: 10px;
	
	background-color: #FFFFFF;	

}
.icweb_image_thmb_box{
	text-align: center;
/*	width: 720px; */
	width: 600px;
	height: auto;
	
	display: block;
	overflow: auto;
	
	padding: 20px 5px 10px 5px;		
	border: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;	
	margin: 10px auto 10px auto;
	
	background-color: #FFFFFF;
	background-image: url(../../ic_web_image/ic_layout/design_2006/kartfn_img_gallery_headlabel_bg.png);
	background-repeat: repeat-x;
	background-position: left top;		

}
.icweb_image_thmb_tbl{
	width: auto;
	height: auto;
	border-spacing: 0;
	padding: 0;
	border: none;	
	margin: 0 auto 0 auto;
	background-color: #CCCCCC;	

}
.icweb_image_thmb_tbl_td{
	text-align: center;
	
	width: auto;
	height: auto;
	padding: 0;
	border: none;	
	margin: 0;
	
}
.icweb_selected_image_description{
	font-family: sans-serif, Arial, Verdana, Helvetica;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	text-align: left;
	line-height: 180%;
	width: auto;
	height: auto;
	
	display: block;
	overflow: auto;
	
	padding: 5px;		
	border: none;	
	margin: 10px auto 5px auto;	
	background-color: #FFFFFF;	

}
.icweb_selected_image_microtext{
	display: none;
}

.icweb_image_thmb{
	text-align: center;
	
	width: auto;
	height: auto;
	display: inline;
	
	border-spacing: 0;
	padding: 2px ;
	border: 1px solid transparent;	
	margin: 2px;
		
}
.icweb_image_thmb:hover {
	border: 1px solid #FF0000;
	cursor: pointer;	
}


