.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 400px;
height: 400px; /* Set height to be able to contain height of largest content shown*/
overflow: hidden;
float:left;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: black;
color:#ffffff;
padding: 10px 0 10px 10px;
visibility: hidden;
width: 390px;
line-height:1.3;
float:left;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontent .epi {
	font-size:14px;
	color:#ffff66;
	font-weight:bold;
	margin-bottom:8px;
	border-bottom:1px solid #663300;
}

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 200px;
margin-top: 6px;
float:left;
font-size:11px;
text-align: center; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler ul {
	width:90px;
	padding-left:10px;
	float:left;
	text-align:left;
}

.glidecontenttoggler a{ /*style for every navigational link within toggler */
display: -moz-inline-box;
display: inline-block;
color: #ffff66;
padding: 1px 3px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background: #111111;
color: #ffffff;
}

.glidecontenttoggler a:hover{
background: #111111;
color: #ffffff;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

#information {
	margin: 10px;
	text-align:left;
	background:#000000;
}

p.swcwttl {
	padding-bottom:5px;
	border-bottom:1px solid #663300;
	margin-bottom:10px;
}
p.swcwepittl {
	padding-bottom:0px;
	border-bottom:1px solid #663300;
	margin:10px;
}

.swcwcont {
	height:354px;
	overflow:auto;
	color:#fff;
}

.swcwcont a {
	color:#fff;
}

.swcwcont .swcwdate {
	font-size:11px;
}
.swcwcont .swcwinfo {
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
	color:#ffff66;
}

.swcwcont dl {
	margin-bottom:10px;
}

.swcwcont  dt {
	float:left;
	width:160px;
	text-align:left;
}
.swcwcont dd {
	float:left;
	width: 390px;
}
.swcwcont .noimg {
	float:left;
	width:550px;
}

.swcwcopy {
	font-size:10px;
	color:#666;
}

.swcwmov {
	padding:10px;
	width: 320px;
	float:left;
	margin-bottom: 15px;
}
.swcwmovdesc {
	float:right;
	padding: 10px;
	width:350px;
	color:#fff;
	font-size: 12px;
	margin-bottom: 15px;
}
.swcwmovdesc dt {
	color:#ffff66;
	font-size:15px;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom:1px solid #663300;
	margin-bottom: 10px;
}
.swcwthumbs {
	text-align: center;
}
.swcwthumbs .swcwtabs img {
	margin: 0 3px;
}

.swcwthumbs .swcwth {
	margin: 20px 0 0 20px;
}
.swcwthumbs .swcwth li {
	list-style: none;
	float:left;
	margin:0 5px;
}
.swcwthumbs .swcwth li.arrow {
	margin: 0;
}
.swcwthumbs .swcwth li a {
	color: #ffff66;
}
