/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/

#img_gallery{ position:relative; margin:auto; width:690px; margin-top:15px;}
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none;}

/* --- IMAGE STAGE */
#fullimg{
	width:686px;
	overflow:hidden;
	height:295px;
	border:0px solid #CCC;
	background:#FFF;
}

 

#fullimg em{
	position:absolute;
	background:#179aff;
	top:0px;
	right:3px;
	color:white;
	margin:0px;
	width:258px;
	padding:6px;
	padding-right: 20px;
	height:278px;
	font-size:11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	font-style:normal;
}
#fullimg em a { color:#FFF; text-decoration:underline; white-space:nowrap; }

.client_header{
position:relative;
float:left;
color:#FFF;
font-size:15px;
font-weight:bold;
clear:both;
padding:0px;
margin:0px;
}

.client_title{
position:relative;
float:left;
color:#FFF;
font-size:14px;
font-weight:bold;
clear:both;
padding:0px;
margin:0px;
}

.client_description{
position:relative;
float:left;
color:#FFF;
font-size:12px;
font-weight:normal;
clear:both;
padding:0px;
margin:0px;
margin-top:15px;
}


#fullimg h2{
margin:0px;
padding:0px;
font-size:13px;
color:#FFF;
font-weight:bold;
}


/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	padding:4px 2px;
	width: 600px;
	float:left;
	height:75px;
	position: relative;
}

#img_gallery #wrapper ul#items li { list-style-type: none; }
#img_gallery #gallery_arrow_right { *margin-left:65px }
#img_gallery #gallery_arrow_left { *margin-left:-603px; }


#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:45px;
	cursor:pointer;
	margin-right:5px;
	margin-left:5px;
	padding:2px;
	border:1px solid #aaa;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:5px;
	margin-top:10px;
	height:30px;
	color: white;
	width: 30px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('http://media.tribunemediaservices.com/designimages/leftmore_TMSE.jpg');}
#moveright{background: url('http://media.tribunemediaservices.com/designimages/rightmore_TMSE.jpg');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }


