html,body { 
	height:100%;
	margin:0;
	padding:0;
}
a,a img,a:hover,a:click,a img:hover,a img:click
{
	outline : none;
	border:0;
	text-decoration:none;
}
#content img
{
	outline:none;border:0;
}
#content
{
	width:744px;
	height:284px;
	position:relative;
	visibility:hidden;
}
#wraper
{
	position:relative;
	width:744px;
	height:284px;
	background-color:white;
	overflow:hidden;
}
#slider
{
	position:relative;
	height:284px;
	width:3720px;
	background-color:white;
}
#slider img
{
	float:left;
}
#left_arrow
{
	position:absolute;
	left:5px;
	z-index:2;
}
#right_arrow
{
	position:absolute;
	right:5px;
}
#play
{
	position:absolute;
	right:45px;
	bottom:2px;
}
#pause
{
	position:absolute;
	right:45px;
	bottom:2px;
}
.arrows
{
	 transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.arrows_scale
{
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
}
.elements
{
	width:744px;
	height:283px;
	background-image:url('../images/0.jpg');
}
.learn_more img
{
	opacity:0;
	position:absolute;
}
.learn_more 
{
	z-index:11;
}
.lmp
{
	cursor:pointer;
	position:absolute;
	left:413px;
	top:96px;
	height:48px;
	width:136px;
	background:url("elements/lm.png");
}
.titles
{
	position:relative;
	left:0px;
	top:-280px;
	width:740px;
	font-family:antique olive,sans-serif;
}
.titles_first_line
{
	font-size:25px;
}
.titles_second_line
{
	float:right;
	margin-right:50px;
	font-size:20px;
}
#refresh_form
{
	position:absolute;
	left:-200px;
	top:-200px;
	visibility:hidden;
}