#master1_rel {
	display:block;
background: -moz-linear-gradient(top,  rgba(214,214,214,1) 22%, rgba(214,214,214,0.99) 23%, rgba(219,219,219,0) 100%);background: -webkit-linear-gradient(top,  rgba(214,214,214,1) 22%,rgba(214,214,214,0.99) 23%,rgba(219,219,219,0) 100%);background: linear-gradient(to bottom,  rgba(214,214,214,1) 22%,rgba(214,214,214,0.99) 23%,rgba(219,219,219,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#00dbdb',GradientType=0 );;
	position:relative;
}
.masterwidth1 {
	width:100%;
}
.masterheight1 {
	height:	240px;
}
.masterposition1 {
	position:absolute;
	overflow:hidden;
	left:0;
	top:0;
}
#resize-container1 {
    width: 320px;
    height: 240px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 762px) {#resize-container1 {
    width: 750px;
}
}
@media screen and (min-width: 992px) {#resize-container1 {
    width: 970px;
}
}
@media screen and (min-width: 1200px) {#resize-container1 {
    width: 1170px;
}
}