@charset "utf-8";

/* CSS Document */

#next,#prev{ cursor:pointer;}
#pro_images li{ width:100px; height:80px; text-align:center; display:inline-block;}

#content{

	color: #543426;

	height: auto;

	width: 716px;

	font-size: 13px;

	line-height: 22px;

	padding-top: 35px;

}

#content h3{

	font-size: 15px;

	font-weight: bold;

	color: #E51E19;

}

#content .table{

	background-color: #FAF4E7;

	border: 1px solid #E4D8B6;

}

#content strong{

	color: #FF7F00;

	line-height: 26px;

}





.photostyle {

	-webkit-transition: border-color 120ms linear;

	-moz-transition: border-color 120ms linear;

	-o-transition: border-color 120ms linear;

	transition: border-color 120ms linear;

	border: 1px solid #D8C0AB;
	
	max-width:640px;

}

.photostyle:hover {}





.photostyleS{

	border: 3px solid #DAC99C;

	padding: 5px;

	margin: 0 2px;
	
	max-width:80px;
	max-height:60px;

}



.photostyleS:hover{border: 3px solid #FFC389;}