﻿/* CSS Document */
body{
    background: #000;
}
#divLargeImg{
	width:992px;
	height:403px;
	border:none;
	padding:2px 0 0 0;
	float:left;
	position:relative;
	}
	
#divGallery{
	width:992px;
	height:123px;
	float:left;
	padding-left:175px;
	}
	
.divImg{
	width:992px;
	height:403px;
	background-image:url(../imageclickshow_two/1.jpg);
	}
.divArrow{
	height:60px;
	width:28px;
	float:left;
	padding-top:40px;
    cursor: pointer;
	}
	
.divOverlay {
	position:	absolute;
	top:		325px;
	left:		0;
	background:	url(images/img_overlay.png) no-repeat;
	z-index:	999;
}

#collectionThumbsWrap{
    float: left;
    position:relative;
    z-index: 300;
    height:124px;
    width:638px;
    overflow: hidden;
    margin:0 10px 0 10px;
}

#collectionThumbs{
    position:absolute;
    z-index: 200;
}

#divContainer{
	background-color:#000;
/*	height:1100px;*/
	width:100%;
	position:absolute
	}
	
	
#divContent{
	width:992px;
	margin:0 auto;
	height:695px;
	background-color:#fff;
	vertical-align:middle;
	position:relative;
	}

#divHeader{
	width:992px;
	height:80px;
	padding:10px 10px 10px 10px;
	}
	
#divNav{
	width:992px;
	height:26px;
	background-image:url(../images/nav_bg.jpg);
	background-repeat:repeat-x;
	}
	
#divShadow{
	width:992px;
	height:15px;
	float:left;
	
	}

.divlogo{
	width:270px;		
	border:none;
	float:left;
	height:80px;
	vertical-align:middle;
	}
	
	
.divContact{
	width:300px;
	border:none;
	float:right;
	}
