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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	width:300px;
	height:250px;
}

img {    
	image-rendering: auto;
}
img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-touch-callout: none;
}
.content{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	visibility: hidden;
	position: relative;
	width:300px;
	height:250px;
	border: 1px solid #03445a;
	overflow: hidden;
	background-color: #03445a;
}


.blueLayer{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:250px;
	background-color: #00adee;
}
.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
#button{
	position: absolute;
    bottom: 13px;
    left: 29px;
    width: 180px;
    height: 34px;
    cursor: pointer;
}
.blueBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 180px;
    height: 34px;
	border: 0 none;
	background-color: #00adee;
	cursor: pointer;
}
.greyBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 180px;
    height: 34px;
	border: 0 none;
	background-color: #00adee;
	cursor: pointer;
	opacity:1;
}
.shiner{
	position: absolute;	 
	top:0px;
	left:-180px;
	width: 180px;
    height: 34px;
    background-color: #fff;
    opacity:.2;
}
button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}

.but_text{
	position: absolute;
	top: 10px;
	left: 18px;
}
.but_text2{
	position: absolute;
	top: 10px;
	left: 22px;
}
.but_arrow{
	position: absolute;
	top: 10px;
	left: 149px;
}
.butBorder{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 179px;
    height: 33px;
	border: 1px solid #52ACEA;
	overflow: hidden;
}
.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:300px;
	height:250px;
}
.logo_Back{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #00adee;
}

.yellow_Back{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #f9b256;
}
.back_schaduw{
	position: absolute;
	top: 0px;
	left:0px;
	width:100%;
	height:100%;
	background-color: #000;
	opacity:.5;
}
.logo{
	position: absolute;
	top: -3px;
	left: 0px;
}
.product_right{
	position: absolute;
	top:12px;
	left:100px;
}
.product_left{
	position: absolute;
	
}
#product{
	position: absolute;
	top:10px;
	left:186px;
}

.s1{
	position: absolute;
	top:0px;
	left:16px;
}