/********************************************************************
    File:   
        classicGalleryCSS.css
    Brief:  
        Hold styles used in file classicGallery.html
    Author:
        DigitalCavalry
    Author URI:
        http://graphicriver.net/user/DigitalCavalry
*********************************************************************/

.galleryHeaderContainer
{
    margin-left: 40px;
    width: 940px;
    text-align: left;
    padding-top: 20px;
}

/* PAGE/IMAGE STATISTICS */

.galleryStatisticsContainer
{
    height:20px;
    border:0px solid red;
}

.galleryStatisticsContainer .pageStatsWrapper
{
    float:left;
}

.galleryStatisticsContainer .imageStatsWrapper
{
    float:right;
}

.galleryStatisticsContainer #hoveredImageIndex
{
    color:#bbb;
    font:12px Verdana;
}

.galleryStatisticsContainer #numberOfImages
{
    color:#aaa;
    font:16px Verdana;
}

.galleryStatisticsContainer #pageNumber
{
   color: #bbb;
   font: 12px Verdana;
}

.galleryStatisticsContainer #pageCount
{
   color: #aaa;
   font: 16px Verdana;
}  

/* GALLERY PAGES */

#galleryContainer
{
    width: 940px;
    height: 410px;
    margin-bottom : 0px;
    margin-left: 0px;
    margin-top: 10px;
    border: 0px solid #ddd;
    overflow: hidden;
    position: relative;     
}

.galleryPage
{
    width:940px;
    border: 0px solid red;
    position:absolute; background:none;
     
   
    left: 3px;
    top: 0px;
    height:410px;
    overflow: hidden;
}

.galleryRow
{
    height: 160px;
   
    margin-bottom: 5px; margin-top:10px;
    width: 940px;
} 

.galleryThumbWrapper
{	background-color:transparent;
    float: left; margin-bottom:25px;
    height:160px; padding:5px;
    margin-right:20px; margin-left:10px;
    width:190px;

	
-moz-box-shadow: 0px 0px 3px #3b3b3b;
-webkit-box-shadow: 0px 0px 3px #3b3b3b;
box-shadow: 0px 0px 3px #3b3b3b;

border:dashed 1px #169ec4;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border-bottom-left-radius:5px;
border-bottom-right-radius:5px
}

.galleryThumbTitle
{

   font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif; 
   color: #cc0066;
   padding-left: 0px;
   padding-top: 0px;
   margin-top: 0px;
}

.galleryThumbDesc
{
    color: #169ec4; text-shadow:2px 2px 1px #ccc; text-align:center;
    font:14px Tahoma;
    padding-left: 0px;
    margin-top:5px;
    padding-right: 0px;    
}

.galleryThumb
{
    width: 181px;
    height: 110px; 
    padding: 3px; 
    margin: 0px;
    
    cursor: pointer; 
    border: 1px solid #169ec4;
    position: relative;
    display: block;
        
}

.galleryThumb img{width:180px; height:109px;}


.galleryThumb .link
{
   position: absolute;
   display: block;
   width:244px;
   height:116px;
   background-color:transparent; 
   left: 3px;
   top: 3px;
   z-index: 2;
}

.galleryThumbShadow
{
    padding: 0px;
    margin: 0px;
    width: 184px;
    height: 12px;
    background-image: url('../images/gallery/classic/pictureShadow.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0%;
}



#galleryPrevPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 0px;
    top:0px;
    cursor:pointer;
}



#galleryNextPagePanelBtn
{
    width: 30px;
    height: 640px;
    position: absolute;
    background-color:transparent;
    left: 919px;
    top:0px;
    cursor:pointer;
}



#galleryControlPanel
{
	width:915px;
	margin-left: 0px;
	height: 37px;
	border: 0px solid red;
	margin-top:0px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}


#galleryPrevPageBtn
{
    
    
    cursor: pointer;
    position: absolute;
    left:15px;
    top:0px;
    
     width: 155px;
    height: 47px; background:url(../images/previous.jpg) no-repeat; 
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}
  
#galleryPrevPageBtn:hover
{
   color:#fff;
}

#galleryNextPageBtn
{
   
    cursor: pointer;
    position: absolute;
    right:12px;
    top:0px;    

    width: 155px;
    height:47px; background: url(../images/next.jpg) no-repeat;
     
    color: #000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    padding-top: 8px;
    text-decoration: none;    
}

#galleryNextPageBtn:hover
{
    
    
   color:#fff;
}


/* OTHER GALLERY LIST */

#galleryContentContainer
{
  width: 940px;
  margin-left: 40px;
  margin-top: 30px;
  padding-bottom: 40px;
}

.galleryOtherHeader
{
    font: normal 42px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #cc0066;
    margin-left: 0px;
    margin-bottom: 20px;
}

.galleryListContainer
{
    margin-top:0px;
    width: 600px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom:40px;
    border: 0px solid #aaa;
    float:left;
}
    

.galleryListItemContainer
{
    width: 600px;
    margin-bottom: 50px;
}
    
p.galleryListItemDesc
{   
    margin-top: 10px;
    padding-left: 0px;
    padding-right: 10px;
    font: 12px Verdana;
    line-height: 150%;
    color: #000;
}
        
.galleryListItemImage
{
    height: 120px;
    border: 0px solid #aaa;
    background-color: #FFF;
        
    background-image: url('../img/common/ajax/loading3.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
