/* Start of CMSMS style sheet 'Gallery' */
#container {
	width:660px;
	height:400px;
	background:#333;
	overflow:hidden;
}

#picture_section {
	width:660px;
	height:400px;
	overflow:hidden;
}
	#inside {
		width:660px;
		height:400px;
	}
	#picture_section img {
		border:0;
		height:100px;
		width:165px;
		float:left;
		background:#333;
		cursor:pointer;
	}

#display_picture_container {
	position:absolute;
	top:0;
	left:0;
	width:660px;
	height:400px;
}

#display_picture {
	position:absolute;
	width:660px;
	height:400px;
}
	
#display_picture_img {
	position:absolute;
	height:400px;
	width:660px;
	cursor:pointer;
        padding-left: 5px;
        margin-top: 70px;
        filter: inherit;
}
/* End of 'Gallery' */

