/*
 * DESCRIPTION
 * CSS styles used by the image gallery of the website Winterconferentie.nl
 * Alter these styles to let the site have a custom look.
 *
 * CONTENT
 *     - Gallery styles
 */


/* Gallery styles 
-------------------------------------------------------------------------------------------------*/

#ig_galleryslide__ {
	padding: 10px 0;
	height: 40px;
}

#ig_galleryslide__ div {
    height: 93px;
}

#ig_left,
#ig_right {
	width: 16px;
}

#galleryImageCaption {
	padding: 10px 27px 0 27px;
  	font: normal 12px/16px "Trebuchet MS",Trebuchet MS,Trebuchet,Tahoma,sans-serif;
  	color: #030303;
}

#galleryOuterBox {
  	overflow: hidden;
  	position: relative;
}

#galleryOuterBox br {
  	clear: both;
}

#galleryInnerBox {
  	width: 144000px;
  	font: normal 12px/16px "Trebuchet MS",Trebuchet MS,Trebuchet,Tahoma,sans-serif;
  	color: #030303; 
  	text-align: center;
  	height: 40px;
}

#galleryInnerBox img {
  	border: 1px solid #CCC;
}

#galleryInnerBox a {
	padding: 0 7px;
}

#galleryScrollPrevious a {  
  	cursor: pointer;  
}

#galleryScrollPrevious img {  
  	border: none;  
}

#galleryScrollNext a {  
  	cursor: pointer;  
}

#galleryScrollNext img {  
  	border: none;  
}

#galleryIEHack {
  	padding: 0px;
}

#galleryInnerBox ul {
  	list-style: none;
  	margin: 0;
  	padding: 0;
  	
}

#galleryInnerBox li {
  	float: left;  
}

#ig_gallerypager__ { 
  	font: normal 12px/16px "Trebuchet MS",Trebuchet MS,Trebuchet,Tahoma,sans-serif;
  	text-align: center;
  	padding: 10px 0;
}

.ig_back__,
.ig_back_over__,
.ig_back_disabled__ {
	width: 16px;
	height: 93px;
	display: block;
	white-space: nowrap;
	background: url(../../../../../CustomComponents/WISServices/images/ig_prev.gif) no-repeat center center;
}

.ig_back_over__ {
	background: url(../../../../../CustomComponents/WISServices/images/ig_prev_over.gif) no-repeat center center;
}

.ig_back_disabled__ {
	background: url(../../../../../CustomComponents/WISServices/images/ig_prev_disabled.gif) no-repeat center center;
}

.ig_next__,
.ig_next_over__,
.ig_next_disabled__ {
	width: 16px;
	height: 93px;
	display: block;
	white-space: nowrap;
	background: url(../../../../../CustomComponents/WISServices/images/ig_next.gif) no-repeat center center;
}

.ig_next_over__ {
	background: url(../../../../../CustomComponents/WISServices/images/ig_next_over.gif) no-repeat center center;
}

.ig_next_disabled__ {
	background: url(../../../../../CustomComponents/WISServices/images/ig_next_disabled.gif) no-repeat center center;
}

.ig_image_over {
	border: 1px solid #FFAC30;
}

.ig_image_out {
	border: 1px solid #ccc;
}

.ig_pager_over {
	text-decoration: underline;
	color: #4A59A8;
}

.ig_pager_out {
	text-decoration: none;
	color: #404040;
}

#ig_style_imgover__,
#ig_style_imgout__,
#ig_style_pagerover__,
#ig_style_pagerout__ {
	display: none;
}

#ig_ecard_picture__ {
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	border-bottom-style: dashed; 
}

#ig_ecard_address__ {
	padding: 10px;
	background: #FFF;
	border: 1px solid #CCC;
	border-top-width: 0; 
}

#ig_ecard_address__ p {
	font-style: italic;
	font-size: 10px;
}

.ig_ecard_seperator__ {
	border-right: 1px solid #CCC;
}

.ig_textbox__ {
	border: 1px solid #666;
	font: normal 12px/16px "Trebuchet MS",Trebuchet MS,Trebuchet,Tahoma,sans-serif;
	height: 20px;
	width: 160px;
}

.ig_textarea__ {
	border: 1px solid #666;
	font: normal 12px/16px "Trebuchet MS",Trebuchet MS,Trebuchet,Tahoma,sans-serif;
	width: 100%;
}

.ig_button__ {
	font-size: 11px;
}

#ig_description__ {
    text-align: center;
    width: 400px;
    padding: 10px 0;
}
