html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {height: 100%}
body {
	font: 14px/20px "Times New Roman", Georgia, sans-serif;
	height: 100%; color: #FFF;
	background-color: #000;
}
a {
	color: #FFF;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0;}
img {
	border: none;
}
input {vertical-align: middle}
hr{
	background-color: #FFF; height: 2px; font-size: 1px; padding: 0px; border: 0; 
	margin: 0 0 10px;}
.clear{
	clear: both;}

#wrapper {
	width: 980px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 143px;
	text-align: center; padding-top: 8px;
}
#header .logo{
	display: block;}
#header h1{
	font-size: 18px; font-style: italic; font-weight: normal; margin-top: 10px;
	border-bottom:1px dotted #FFF; display: inline; padding: 5px 0;}
#header h1 span{
	color: #999999; }


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 280px 0 0;
	text-align: center;
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -270px;
	position: relative;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -10px auto 0;
	min-width: 1000px;
	height: 10px;
	background: #BFF08E;
}

/*-------------------------------------------------------------------------*/

.descr_photo{	
	padding: 25px 0 10px; 
	text-align: center;}
.share_block{
	padding: 10px 0px; }
.share_block a{
	float: left;}
.share_block a.twitter{
	display: block; background: transparent url('/views/img/twitter.png') no-repeat scroll 0 0; height:20px; 
	width:24px;}
.share_block a.facebook{
	display: block; background: transparent url('/views/img/facebook.png') no-repeat scroll 0 0; height:20px; 
	width:24px;}
.photo_control{
	position: relative;}
.left_photo {
	display: block; padding: 5px 10px 10px 15px; width: 100px; float: left;}
.right_photo {
	display: block; padding: 5px 15px 10px 10px; width: 100px; float: right;}
.photo_control .arrow{	position: absolute; display: block; width: 16px; height: 16px; bottom: 10px;}
.photo_control .to_right{ left: 175px;}
.photo_control .to_left{ left: 55px;}







