/*#mainimage_box {
	margin-left:-40px;
}

* html #mainimage_box {
	margin-left:0px;
}
*/

#contentbox {
	background-image:url(img/mlbl_video.jpg);
	background-position:100% 0%;
	background-repeat: no-repeat;
}

#mainbox {
	background-image:url(img/lol3.jpg);
	background-position:100% 99%;
	background-repeat: no-repeat;
}


* html #main_img {
	margin-left:60px;
}


#main_img {
	margin-bottom:20px;
	border:1px solid #565656;
}

#go_right, #go_left {
	margin:50px 10px 0;
}

#thumbs_left, #thumbs_right {
	cursor:pointer;
}

#thumbs_left {
		padding-right:10px;
}

* html #thumbs_left {
		padding-right:0px;
}

.image_box {
	border: 1px solid #565656;
	margin: 3px;
	float: left;
	width: 130px;
	height: 130px;
	background-color: black;
	text-align: center;
	cursor:pointer;
	padding:0;
}

.image_box a {
	outline:none;
}