<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.scenewrap{
list-style-type:none;
margin:0;
padding:0;
}

.scenewrap li{
	display:inline;
	width: 150px;
	height:16px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.scenewrap li img{
	width: 109px; /* height of each image.*/
	border: 0;
	margin-right: 12px; /*spacing between each image*/
	-webkit-transition: -webkit-transform 1.1s ease-in; /*animate transform property */
	-o-transition: -o-transform 1.1s ease-in; /*animate transform property in Opera */
}

.scenewrap li img:hover{
	-moz-transform:scale(1.2); /*scale up image 1.2x*/
	-webkit-transform:scale(1.2);
	-o-transform:scale(1.2);
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.scenewrap2{
list-style-type:none;
margin:0;
padding:0;
}

.scenewrap2 li{
	display:inline;
	width: 299px;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.scenewrap2 li img{
	width: 299px; /* height of each image.*/
	border: 0;
	margin-right: 12px; /*spacing between each image*/
	-webkit-transition: -webkit-transform 1.1s ease-in; /*animate transform property */
	-o-transition: -o-transform 1.1s ease-in; /*animate transform property in Opera */
}

.scenewrap2 li img:hover{
	-moz-transform:scale(1.1); /*scale up image 1.2x*/
	-webkit-transform:scale(1.1);
	-o-transform:scale(1.1);
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

</style>

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