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:600px;
}

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:600px;
	border: 1px solid #000;
	overflow: hidden;
	background-color: #000;
}

#yellowBack,#yellowlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:300px;
	height:600px;
	background: #fed131; /* Old browsers */
	background: -moz-linear-gradient(top, #fed131 0%, #f1ad0c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fed131 0%,#f1ad0c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fed131 0%,#f1ad0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed131', endColorstr='#f1ad0c',GradientType=0 ); /* IE6-9 */
}



.butlayer{
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor: pointer;
}
#button{
	position: absolute;
    top: 463px;
    left: 64px;
    width: 179px;
    height: 34px;
    cursor: pointer;
}
.yellowBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 155px;
    height: 45px;
	border: 0 none;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fed131+0,f1ad0c+100 */
	background: #fed131; /* Old browsers */
	background: -moz-linear-gradient(top, #fed131 0%, #f1ad0c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #fed131 0%,#f1ad0c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #fed131 0%,#f1ad0c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed131', endColorstr='#f1ad0c',GradientType=0 ); /* IE6-9 */
	border-radius: 4px;
	cursor: pointer;
}
.greyBut{
	position: absolute;	 
	top:0px;
	left:0px;
	width: 0px;
    height: 24px;
	border: 0 none;
	background-color: #eeeeee;
	cursor: pointer;
}

button:focus {
	outline:0;
} 
button:active {
	outline: none;
	border: none;
}
.butShade{
	position: absolute;
	height:16px;
	width: 140px;
	top: 24px;
	left: 30px;
	opacity: 0;
}
.but_text{
	/*position: absolute;
	top: -2px;
	left: 0px;*/
}

.full{
	position: absolute;
	top: 0px;
	left: 0px;
}
.full img{
	width:300px;
	height:600px;
}

.poster{
	position: absolute;
	top:48px;
	left:50px;
	width:201px;
	height:287px;
}
.poster img{
	position: absolute;
	width:201px;
	height:287px;
}
.posterShiner{
	position: absolute;
	top:48px;
	left:50px;
	width:201px;
	height:287px;
	background-color: #fed131;
	background-color: #000;
}
.back_loop{
	position: absolute;
	top:0px;
	left:0px;
}
.but{
	position: absolute;
	top:0px;
	left:0px;
}