﻿/*  
JAVASCRIPT IMAGE GALLERY W/ mootools
Description: STYLE SHEET FOR IMAGE GALLERY
Version: 1.0
Author: Devin Ross
Author URI: http://tutorialdog.com
*/


#img_gallery{ margin:1px auto;Width:350px;float:left;padding:10px;   }
#img_gallery a{ outline:none; border:none; }
#img_gallery a img{border:none; }
/* --- SLIDER --- */
#img_gallery #imgScroller
{
    width:350px;
}
#img_gallery #wrapper{
	overflow:hidden;
	padding:10px 0px 10px 10px;
	width: 290px;
	float:left;
	height:50px;
	background-color:White;      
	position: relative;
}
/* --- IMAGE STAGE */
#fullimg{
	width:350px;
	overflow:hidden;
	height:250px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	top:auto;
}

#fullimg img{max-width:350px;  max-height:250px;}
#fullimg p, #fullimg span{
	background:black;
	opacity:.5;
	color:white;
	margin:0px;
	width:480px;
	padding:2px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



#items
{
	text-align:center;
	margin:0px 0px;
	padding:2px;
	list-style:none;
	
	position: relative;
	letter-spacing:0em;
}
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
}
#items .thumb{
	width:75px;
	height:50px;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position: relative;
}
#fullimg .loading{
	width:50px;  height:30px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}
#moveleft, #moveright{
	margin:0px;
	height:25px;
	color: white;
	width: 25px;
	text-indent: -2000em;
	text-decoration: none;
	vertical-align:middle;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}

#moveleft{background: url('/Images/left2.png');}
#moveright{background: url('/Images/right2.png');}
#moveleft:hover{background: url('/Images/left.png');}
#moveright:hover{background: url('/Images/right.png');}

#shortDescription{
    width:300px;
    margin-top:15px;
    margin-left:10px;
    margin-bottom:15px;
    float:left;
}

#shortDescription .box
{
    background-color:#e8c468;
    border: solid 2px #A27E44;
    margin-top:10px;
}
#moreDetails
{
    margin:-1px 125px 10px 70px;
    border: solid 1px #A27E44;
}


