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 #1d1d1b;
	overflow: hidden;
	background-color: #ffc426;
	background-color: #000;
}

.yellowlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:250px;
	background-color: #ffc426;
}
.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
#button{
	position: absolute; 
	top: 129px;
    left: 189px;
    width: 134px;
    height: 25px;
   
    cursor: pointer;
   /* overflow: hidden;*/
    border-radius: 5px;
   
   	/*background-color: #000;*/
   
}

#textHolder{
	position: absolute; 
	top: 0px;
    left: 0px;
    width: 104px;
    height: 38px;
	 overflow: hidden;
}
.blackBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 104px;
    height: 36px;
	/*border: 0 none;*/
	border-radius: 5px;
	background-color: #000;
	cursor: pointer;	border: 2px #555;
	 border-style: solid none  none  none ;
}

button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}

.but_text{
	position: absolute;
	top: 10px;
    left: 12px;
}
.but_text2{
	position: absolute;
	top: -26px;
    left: 12px;
}
.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:300px;
	height:250px;
}

#yellowBlock{
	position: absolute;
	width: 118px;
	height:250px;
	left: 184px;
	bottom:0px;
	background-color: #ffc426;
}

.poster{
	position: absolute;
	top: -4px;
	left: 0px;
}

