@charset "UTF-8";
/*
IruCom WebCMS 7.1 WebSite CSS: Image article
Created on : 09.03.2015 IruCom systems/This will be used for Preview of the Article on WebCMS
Copyright : Pragash Irudayam - IruCom systems
 Licence only for one Domain. No changes or addons are allowed without prior permisssion from Pragash Irudayam (IruCom systems)
*/

/* Image Gallery , Thumbnails horizontal */

.icweb_selected_image_box {
	text-align: left;
	vertical-align: top;		
	width: 650px;
	height: auto;
	display: block;
	clear: both;		
	padding: 5px;
	border: none;
	margin: 2px auto 2px 0;	
	background-color: #FFF;
}
/* Image Gallery , Thumbnails horizontal */
.icweb_ani_image_box
{
	position:relative;	
	text-align: left;
}
/*Style for all images inside the box.
the border should be one px*/
.icweb_selected_image_box  img {
	display: block;
	clear: both;	
	-moz-box-shadow: #CCCCCC 1px 1px 1px;
	-webkit-box-shadow: #CCCCCC 1px 1px 1px;
	webkit-box-shadow: #CCCCCC 1px 1px 1px;	
	border: 1px solid #AAA;
}
.icweb_selected_image_description_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	color: #666666;	
	width: auto;
	display:block;
	padding: 5px;
	border: none;
	margin-bottom:10px;
}
.icweb_image_thmb_box {
	text-align: center;
	display: block;
	overflow: none;	
	padding:0;		
	margin: 15px auto 5px auto;	
	padding: 2px;
	background-color: #ccc;
}
.icweb_image_thmb_preview_img_box {
	text-align: center;
	vertical-align: top;
	padding: 0 2px 0 2px;
	position: relative;
	float:left;
}
.icweb_image_thmb_preview_img_box img {
	-moz-box-shadow: #CCC 1px 1px 1px;
	-webkit-box-shadow: #CCC 1px 1px 1px;
	box-shadow: #CCC 1px 1px 1px;
	border: 1px solid #666;
}
/*SHOULD NOT be changed*/
.icweb_dia_img_bg
{
	position:relative;
	top:0px;
	left:0px;	
	z-index:0;
}
.icweb_dia_img_vg
{
	position:relative;
	left:0px;
	z-index:3;
}
/*wrap the description*/
.icweb_img_hint_description_box
{
	display:none;	
}
/*Should be bigger than the thmb box*/
.icweb_mask_for_tb
{
	position:relative;
	z-index:1;
	background-image:url(../../ic_web_image/ic_layout/thumbnail_overlay.png);
	background-repeat:repeat-y;
	background-size:cover;
	padding: 4px;
	left: 10px;	
	border: 1px solid #CCC;
}
#icweb_diashow_start,  #icweb_diashow_pause
{
	width:60px;	
	height:60px;	
	margin:0;
	float:left;
	left:0;
    right:0;
	top:0;
	bottom:0;
	margin:auto;
	position:absolute;
	z-index:10;
}
#icweb_diashow_start img,  #icweb_diashow_pause img
{
	margin: 0px;
	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background-color:transparent;
	width:60px;	
	height:60px;	
}
.icweb_play_img
{
	width:40px;	
	margin:0;
	float:left;
}
.icweb_single_play_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	color: #666666;	
	width: 600px;
	display:block;
	padding-left:-10px;
	height:40px;
	margin: -20px auto 5px auto;
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(left, #F2F2F2 0%, #FFFFFF 70%, #FFFFFF 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(left, #F2F2F2 0%, #FFFFFF 70%, #FFFFFF 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(left, #F2F2F2 0%, #FFFFFF 70%, #FFFFFF 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #F2F2F2), color-stop(0.7, #FFFFFF), color-stop(1, #FFFFFF));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(left, #F2F2F2 0%, #FFFFFF 70%, #FFFFFF 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to right, #F2F2F2 0%, #FFFFFF 70%, #FFFFFF 100%);
}

.icweb_tab {
	display:none;
}

.icweb_tab_bar {
	width:100%;
	background-color:#EEE;
	height:auto;	
	display:inline-block;
	min-height:32px;
}

.icweb_tab_element {
	font-size:12px;
	color:#333;
	font-weight:bold;
	padding: 10px 10px 0 15px;
	float:left;
	height:22px;
	cursor:pointer;
	border-right: 1px solid #999;
}