@CHARSET "UTF-8";

div#mainpict {
	height: 175px;
	background-image: url(../img/background_600_175.jpg);
	background-repeat: no-repeat;
}

div#mainpict_left {
	position: relative;
	float: left;
	top: 10px;
	margin-left: 10px;
	width: 180px;
	height: 155px;
}

div#mainpict_middle {
	position: relative;
	float: left;
	top: 10px;
	margin-left: 5px;
	width: 180px;
	height: 155px;
}

div#mainpict_right {
	position: relative;
	float: left;
	top: 10px;
	margin-left: 5px;
	width: 180px;
	height: 155px;
}

div#main_pict_buttons {
	position: relative;
	float: right;
	top: 10px;
	margin-right: 10px;
	width: 20px;
	height: 155px;
	/*border: solid 1px green;*/
}

.btn_mainpict {
	 position: relative;
	 float: right;
	 margin-bottom: 1px;
}
