div.noobslide_sample1 {
	padding-top: 5px;
	background-color: #000;
}
div.noobslide_sample1 div.mask{
	position:relative;
	width:100%;
	height:300px;
	overflow: hidden;
}
div.noobslide_sample1 div#box{
	position:absolute;
	width:100%;
}
div.noobslide_sample1 div#box span{
	display:block;
	text-align: center;
	height: 300px;
}
div.noobslide_sample1 div#box span img{
	margin: 0px;
	padding: 0px;
	border: none;
}
div.noobslide_sample1 div.info{
	height:50px;
	background:#000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

div.noobslide_sample1 div.info p, div.noobslide_sample1 div.info h4{
	color:#fff;
	font-family:tahoma;
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
}
div.noobslide_sample1 div.info h4{
	font-weight: bold;
	padding-top: 3px;
}

/**********************************************/
div.noobslide_sample2 {
	background-color: #000;
	padding-top: 3px;
}
div.noobslide_sample2 div.mask{
	position:relative;
	width:400px;
	height:300px;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;
}
div.noobslide_sample2 div#box{
	position:absolute;
	height: 300px;
	width: 400px;
}
div.noobslide_sample2 div#box span{
	display:block;
	text-align: center;
	float: left;
	width: 400px;
}
div.noobslide_sample2 div#box span img{
	margin: 0px;
	padding: 0px;
	border: none;
}
/*****************************************************/

div.player{
	text-align: center;
	direction:ltr;
	background-color: #F4F4F4;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
div.player span {
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	cursor:pointer;
}
div.player span#prev {
	background-image: url(../images/player/previous.png);
}
div.player span#play {
	background-image: url(../images/player/play.png);
}
div.player span#stop {
	background-image: url(../images/player/stop.png);
}
div.player span#next {
	background-image: url(../images/player/next.png);
}