/*//////////////////////////////////////////////////////////////////
	Main Picture & Text
//////////////////////////////////////////////////////////////////*/
	
	#mainPic {
		width:526px;
		margin:0 19px 12px 12px !important;
	}	
	#mainPicTxt {
		vertical-align:bottom;
		padding:0 0 10px 15px;
	}
	#mainPicTxt p {
		color:#9A9A9A;
		font-size:0.9em; font-style:italic;
		margin:0 0 10px 0; 
	}
	#mainPicTxt a {
		color:#D64C52;
		font-size:0.9em; font-weight:bold;
	}
	
	#beforeCopy {
		margin-bottom:10px;
	}
	
/*//////////////////////////////////////////////////////////////////
	Thumbnails
//////////////////////////////////////////////////////////////////*/

	#enlargeBut {
		font-size:10px;
		color:#9E9D9D;
		background:url(../../../images/home/view-icon.gif) 0 1px no-repeat;
		margin:27px 0 0 22px; padding:0 0 0 12px;
	}
	#thumbnails {
		width:538px;
		list-style-type:none; 
		margin:14px 0 20px 3px !important;
	}
	#thumbnails li {
		height:50px; width:50px;
		display:inline; float:left;
		margin:0 0 17px 17px; 
	}
	#thumbnails li img {
		height:40px; width:40px; 
		display:block;
		border:1px solid #fff; 
	}
	#thumbnails li a {
		background-color:#BCBCBC;
		display:block;
		padding:4px;
	}
	#thumbnails li a:hover {
		background-color:#8E8E8E;
	}
	#thumbnails li.on a{
		background-color:#8DC63F;
	}
	
/*//////////////////////////////////////////////////////////////////
	Buttons
//////////////////////////////////////////////////////////////////*/

	#navButtons {
		width:149px;
		list-style-type:none; 
		margin:20px 0 0 386px !important;
		display:inline; float:left;
	}
	#navButtons li, #navButtons li a {
		height:20px; 
	}
	#navButtons li a {
		display:block;
	}
	#navButtons li a:hover {
		background-image:none !important;
	}
	#navButtons li {
		width:73px;
		background-repeat:no-repeat;
		text-indent:-9999px; line-height:0.01em; font-size: 0;
		padding:0;
	}
	#prevBut {
		background-image:url(../../../images/buttons/previous-1.gif);
		float:left;
		margin:0 !important; 
	}
	#nextBut {
		background-image:url(../../../images/buttons/next-1.gif);
		display:inline; float:right;
		margin:0 0 0 3px !important; 
	}
	
