html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
    background:transparent;
    background-repeat: no-repeat;
    position: relative;
}

ul, li {
	list-style: none;
}

body {
	color: #404040;
	font: normal 12px/1.3 Arial, Helvetica, sans-serif;
}

ul {	
	background: #fff url("../img/ornament.png") no-repeat 100% 100%;
}

a {
	text-decoration: none;
	color: #404040;
}

a:hover, a:focus {
	text-decoration: underline;
}

#player-thumbs {
	padding: 25px 0 0;
	overflow: hidden;
}

#player-thumbs ul{
	width:456px;
	overflow:hidden;
	position:relative;
}

#player-thumbs li {
	width: 120px; /*152px*/
	height: 150px;
	overflow: hidden;
	float: left;
}

#player-thumbs .column-2 {
	padding: 0 48px;
}


#player-thumbs li a {
	display: block;
}

#player-thumbs li a:after {
	content: url("../img/play.png");
	position: absolute;
	left: 50%;
	top: 25px;
	margin: 0 0 0 -18px;
}

#player-thumbs span {
	clear: both;
	display: block;
}

.swControls{
	text-align: center;
	padding: 25px 0 10px;
}

a.swShowPage{
	color: #2766cc;
	display: inline-block;
	border: 1px solid #e9eaea;
	background: #fff;
	font-size: 14px;
	padding: 0 5px;
	line-height: 1.4;
	border-radius: 2px;
	margin: 0 2px 5px;
	font-weight: 700;

}

a.swShowPage:hover, a.swShowPage:focus {
	background: #e9eaea;
	text-decoration: none;
}

a.swShowPage.active {
	color: #fff;
	background: #26b7d9;
}

.clear{
	clear:both;
}
