@charset "UTF-8";
/* CSS Document */

*{
	margin:0 auto;
}
.gallery_container{
	float:left;
	width:886px;
	background-color:#333333;
	padding:5px 0px;	
}
	.gallery_fashion{
		display:block;
		height:475px;
		overflow-x:hidden;
		overflow-y:hidden;
		width:886px;
	}
	.gallery_portrait{
		display:block;
		height:475px;
		overflow-x:hidden;
		overflow-y:hidden;
		width:886px;
	}
	.gallery_performance{
		display:block;
		height:475px;
		overflow-x:hidden;
		overflow-y:hidden;
		width:886px;
	}		
	.gallery_horror{
		display:block;
		height:475px;
		overflow-x:hidden;
		overflow-y:hidden;
		width:886px;
	}
	.gallery_art{
		display:block;
		height:475px;
		overflow-x:hidden;
		overflow-y:hidden;
		width:886px;
	}
		.myslide{
			width:20000px;
		}

			.myslide img{
				float:left;
				margin-left:5px;
				position:relative;
				cursor:pointer;
			}

