
/* CSS Document */
#gallery {
	width:770px;
	overflow:hidden;
}

#gallery h2.projectGallery{
	background:url(../images/gallery/hd_projectGallery.gif);
	width:264px;
	height:60px;
	display:block;
	text-indent:-5000em;
	overflow:hidden;
	}
dl#galleryHome dd{
	height:240px;
	background:url(../images/gallery/bg_dash.gif) repeat-x bottom;
	
}
dl#galleryHome dd ul li{
	background:url(../images/gallery/bg_polariod.gif) no-repeat;
	width:171px;
	height:211px;
}
dl#galleryHome dt{
	height:25px;
	clear:both;
	margin-top:15px;
	
}
dl#galleryHome dt p{
	float:left;
	width:500px;
	line-height:25px;
	margin:0px;
	color:#504f50;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:17px;
	font-style:italic;
	margin-left:7px;

}

dl#galleryHome dt a.arrow{
	float:right;
	width:200px;
	line-height:25px;
	text-align:right;
	background:url(../images/gallery/bg_pinkArrow.gif) no-repeat right center;
	padding-right:18px;
	font-size:12px;
	text-decoration:none;
	color:#666;
	margin-right:30px;
	
	
}
dl#galleryHome dt a:hover{
	
	text-decoration:underline
	
	
}

dl#galleryHome dd ul{
	width:100%;
	
}
dl#galleryHome dd ul li{
	float:left;
	margin:10px 20px 10px 0;
}
dl#galleryHome dd ul li img{
	border:1px solid #ccc;
	margin:15px 0 0 15px;
	
}
dl#galleryHome dd ul li a:hover img{
	border:1px solid #94362b;
	
}
dl#galleryHome dd ul li p{
	margin:0px;
	padding:0 10px;
	font-size:10px;
	line-height:13px;
}
dl#galleryHome dd p em{
	color:#666666;
	font-size:9px;
}

.submit{
	margin:20px 0;
	
}

.submit h3{
color:#e66d8b!important;
margin-top:7px;


}
.submit strong{
color:#e66d8b;}

/*mainGallery*/
#galleryMain{
	background:url(../images/gallery/bg_galleryMain.gif) repeat-y right;

	width:760px;
	margin-top:10px;
	clear:both;
	
}
#galleryMain .left{
	float:left;
	width:435px;
	min-height:420px;
}
#galleryMain .left a img{
	border:none;
}
#gallery div.hover{
	color:#666;
margin-top:10px;
	margin-left:125px;
}
#galleryMain .right{
	float:right;
	width:315px;
}
#galleryMain .right p.galleryInfo{
	margin-bottom:15px;
}
#galleryMain .right p.galleryInfo strong{
color:#e66d8b;
}
#galleryMain .right p{
	margin:0px 0px 7px 0px;
}
#galleryMain .right em{
	font-size:10px;
}
#galleryMain .right ul{
	width:315px;
}
#galleryMain .right li{
	float:left;
	margin:2px 2px 0 0;
}

#galleryMain .right li a img{
	border:1px solid #ccc;
}

h3.galleryMain{
color:#e66d8b!important;
margin-top:7px;
border-bottom:1px dashed #e66d8b;
padding-bottom:4px;
font-size:21px;

}
.galleryTips{
	margin:0 0 20px 0;
	
}
.galleryTips p{
	margin:7px 0 0 0!important;
	padding:0 0 0 20px;
	background:url(../images/gallery/bg_star.gif) no-repeat;
	
}
.nextprevious{
	clear:both;	
	height:20px;
	margin-top:12px;
}
.nextprevious a.next{
	width:100px;
	float:right;
	text-align:right;
	background:url(../images/blog/ic_right.gif) no-repeat right;
	padding-right:15px;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#dd7690;
	
	
}
.nextprevious a.previous{
	width:100px;
	float:left;
	background:url(../images/blog/ic_left.gif) no-repeat;
	padding-left:15px;
	font:14px Georgia, "Times New Roman", Times, serif;
	color:#dd7690;
	
	
}
.nextprevious a:hover{
	text-decoration:none;
	color:#666;
}
