@charset "UTF-8";

@media all {

	div.photos_frame {
		position: relative;
		width: 436px;
		height: 216px;
	}

	div.inside_photos_frame_left img,
	div.inside_photos_frame_right img,
	div.photos_frame img {
		border-style: none;
		margin: 0px;
		padding: 0px;
	}

	div.inside_photos_frame_left table,
	div.inside_photos_frame_right table,
	div.photos_frame table {
		margin: 0px;
		padding: 0px;
		border-style: none;
		border-collapse: collapse;
	}

	div.inside_photos_frame_left a:focus,
	div.inside_photos_frame_right a:focus,
	div.photos_frame a:focus {
		outline: none;
	}

	.photos_frame .photos {
		position: relative;
		width: 300px;
		height: 210px;
		border-color: #eeeeee;
		border-style: solid;
		border-width: 1px;
		padding: 2px;
	}

	.photos_frame .photos .photo {
		display: none;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 300px;
    height: 210px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: none;
  }

	.photos_frame .photos .photo table {
		table-layout: fixed;
    width: 300px;
    height: 210px;
	}

	.inside_photos_frame_left table td,
	.inside_photos_frame_right table td,
	.photos_frame .photos .photo table td {
		padding: 0px;
		text-align: center;
		vertical-align: middle;
	}

	.photos_frame .photos_ctrl {
		position: absolute;
		left: 336px;
		top: 0px;
		width: 94px;
		height: 21px;
		border-color: #eeeeee;
		border-style: solid;
		border-width: 1px;
		padding: 2px;
	}

	.photos_frame .photos_ctrl table {
		table-layout: fixed;
    width: 94px;
    height: 21px;
	}

	.photos_frame .photos_ctrl table td {
		padding: 0px;
		text-align: left;
		vertical-align: middle;
		color: #ff6600;
		font-size: 0.8em;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	}

	.photos_frame .photos_ctrl table td img {
		padding-top: 2px;
	}

	.photos_frame .photos_ctrl table td span {
		padding-left: 4px;
	}

	.photos_element .photos_descr {
		margin: 0px;
		padding: 2px 3px 0px 3px;
		white-space: pre;
	}

	.photos_element {
		border-top-color: #eeeeee;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-color: #eeeeee;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		margin: 20px 0px 21px 0px;
		padding: 13px 0px 13px 0px;
	}

	.inside_photos_frame_left .photos_resize,
	.inside_photos_frame_right .photos_resize,
	.photos_frame .photos_resize {
		position: absolute;
		left: 275px;
		top: 185px;
		width: 20px;
		height: 20px;
		border-color: #eeeeee;
		border-style: solid;
		border-width: 1px;
		background-color: #ffffff;
	}

	.inside_photos_frame_left .photos_resize img,
	.inside_photos_frame_right .photos_resize img,
	.photos_frame .photos_resize img {
		margin-left: 2px;
		margin-top: 2px;
	}

	.inside_photos_frame_left {
		float: left;
		margin-right: 6px;
	}

	.inside_photos_frame_right {
		float: right;
		margin-left: 6px;
	}

	.inside_photos_frame_left .photo,
	.inside_photos_frame_right .photo {
		position: relative;
	}

	.inside_photos_frame_left .photo table img,
	.inside_photos_frame_right .photo table img {
		padding: 2px;
		border-color: #eeeeee;
		border-style: solid;
		border-width: 1px;
	}
}