@charset "utf-8";
/* CSS Document */

/* PAGE CSS */

img {
	border: none;
}
a, a:link, a:visited {
	color:#39c;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active, a:focus {
	outline:none;
}
h1, h2, h3, h4, h5, h6, div, form {
	margin:0;
}
.container {
	position:relative;
	margin:0;
	padding:0;
	width:900px;
	overflow:hidden;
}
.floatL {
	float:left;
}
.floatR {
	float:right;
}
.align_left {
	text-align:left;
}
.align_right {
	text-align:right;
}
.align_center {
	text-align:center;
}
a.btnLink, a.btnLink:link, a.btnLink:visited {
	position:relative;
	display:block;
	height:0;
	overflow:hidden;
	background-position:0 0;
}
/* SHADOW */

#pageexamples {
	background:#fff;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	box-shadow:0 0 5px #cdcacc;
	-webkit-box-shadow:0 0 5px #cdcacc;
	-moz-box-shadow:0 0 5px #cdcacc;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#cdcacc,direction=120,strength=3)";
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#cdcacc, direction=120, strength=3);
	border:1px solid #cdcacc;
	margin:0;
	width:830px;
	padding:20px 10px 20px 10px;
}
/* END SHADOW */

#pageexamples .navigation {
	position:relative;
	text-align:center;
}
#pageexamples .navigation .pages_container {
	position:relative;
	float:left;
	width:732px;
	height:82px;
	padding-left: 18px;
	overflow:hidden;
}
#pageexamples .navigation .pages {
	position:absolute;
	top:0;
	left:0;
	height:82px;
	width:20000em;
}
#pageexamples .navigation .pages .page {
	position:relative;
	width:732px;
	height:72px;
	padding-top:10px;
	float:left;
}
#pageexamples .navigation a.thumb, #pageexamples .navigation a.thumb:link, #pageexamples .navigation a.thumb:visited {
	position:relative;
	display:inline-block;
	margin:0 2px;
	padding:5px 10px;
	border:1px solid #fff;
}
#pageexamples .navigation a.thumb.active, #pageexamples .navigation a.thumb.active:link, #pageexamples .navigation a.thumb.active:visited, #pageexamples .navigation a.thumb:hover {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 0 3px #d1d1d1;
	-moz-box-shadow:inset 0 0 3px #d1d1d1;
	-webkit-box-shadow:inset 0 0 3px #d1d1d1;
	border:1px solid #d1d1d1;
	background:#f8f8f8;
}
 #pageexamples .navigation a.thumb .arrow {
	position:absolute;
	display:none;
	width:16px;
	height:0;
	margin-left:-8px;
	padding-top:10px;
	top:-9px;
	left:50%;
	overflow:hidden;
	background:url('../images/examples_arrow.png');
} 
#pageexamples .navigation a.thumb.active .arrow, #pageexamples .navigation a.thumb.active:link .arrow, #pageexamples .navigation a.thumb.active:visited .arrow, #pageexamples .navigation a.thumb:hover .arrow {
	display:block;
}
a.btn_examples_prevnext, a.btn_examples_prevnext:link, a.btn_examples_prevnext:visited {
	position:relative;
	width:39px;
	height:0;
	padding:39px 0 0 0;
	margin-top:24px;
	overflow:hidden;
	display:block;
	background:url('../images/btn_prevnext.png') -39px 0;
}
a.btn_examples_prevnext.next, a.btn_examples_prevnext.next:link, a.btn_examples_prevnext.next:visited {
	background-position:0 0;
}
a.btn_examples_prevnext.prev {
	float:left;
}
a.btn_examples_prevnext.next {
	float:left;
}
a.btn_examples_prevnext.prev:hover {
	background-position:-39px -39px;
}
a.btn_examples_prevnext.next:hover {
	background-position:0 -39px;
}
a.btn_examples_prevnext.prev:active {
	background-position:-39px -78px;
}
a.btn_examples_prevnext.next:active {
	background-position:0 -78px
}
a.btn_examples_prevnext.disabled, a.btn_examples_prevnext.disabled:link, a.btn_examples_prevnext.disabled:visited, a.btn_examples_prevnext.disabled:hover, a.btn_examples_prevnext.disabled:active {
	opacity:0.5;
	filter:Alpha(opacity=50);
	background-position:0 0;
	cursor:default
}
a.btn_examples_prevnext.prev.disabled, a.btn_examples_prevnext.prev.disabled:link, a.btn_examples_prevnext.prev.disabled:visited, a.btn_examples_prevnext.prev.disabled:hover, a.btn_examples_prevnext.prev.disabled:active {
	background-position:-39px 0
}
a.example_slidelargeimage, a.example_slidelargeimage:link, a.example_slidelargeimage:visited {
	position:relative;
	display:block;
	padding:10px;
	margin:20px auto 0;
	width:auto;
	background:#fff;
	border:1px solid #ccc;
	box-shadow:0 0 10px #ccc;
	-moz-box-shadow:0 0 10px #ccc;
	-webkit-box-shadow:0 0 10px #ccc;
	text-align:center
}
#example_navigation {
	position:absolute;
	z-index:2;
	top:0;
	right:0;
	width:100px
}
#example_navigation #cta_get_featured {
	position:relative;
	float:left;
	margin-right:20px
}
#example_navigation a.btn_examples_prevnext, #example_navigation a.btn_prevnext:link, #example_navigation a.btn_prevnext:visited {
	float:left;
	margin-left:10px;
	margin-top:0
}
a#return_examples_link, a#return_examples_link:link, a#return_examples_link:visited {
	position:absolute;
	top:-30px;
	left:0;
	color:#a43f7e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px
}


/* END PAGE CSS */

#pageexamples .slidedeck {
	height: 321px;
}
#pageexamples .slidedeck dd {
	position: relative;
	width: auto;
	background: #fff;
	height: 321px;
}
#pageexamples .slidedeck dd .slidelargeimage {
	position: relative;
	float: left;
	width: 510px;
	height: 321px;
	text-align: center;
	line-height: 285px;
}
#pageexamples .slidedeck dd .copy {
	position: relative;
	float: left;
	width: 300px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #464646;
	line-height: 1.5em;
}
#pageexamples .slidedeck dd .copy h3.title {
	margin-top: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #003344;
	font-weight: bold;
	margin-bottom: 0;
}
h3.title a:link{
	margin-top: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #003344;
	font-weight: bold;
	margin-bottom: 0;
}
h3.title a:visited{
	margin-top: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #003344;
	font-weight: bold;
	margin-bottom: 0;
}
h3.title a:hover{
	margin-top: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #4387AA;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 0;
}
h3.title a:active{
	margin-top: 0;
	font: 24px Georgia, "Times New Roman", Times, serif;
	color: #003344;
	font-weight: bold;
	margin-bottom: 0;
}
#pageexamples .slidedeck dd .copy h4.subtitle {
	font: 18px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #668284;
	margin-bottom: 10px;
}
#pageexamples .slidedeck dd .copy h5.subtitle2 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-style: none;
	color: #668284;
	margin: 10px 0 12px 0;
}
#pageexamples dt {
	display: none;
}
#examples_container {
	padding: 0 0 10px 0;
	margin-top: 10px;
	background: url('../images/rule_dash_horizontal.png') bottom left repeat-x;
}
#pageexamples dd .copy ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}
#pageexamples dd .copy .description {
	margin: 0 0 10px 0;
	padding: 10px 0 0 0;
	border: none;
	border-top: 1px solid #d1d1d1;
}

a.btn_liveShow, a.btn_liveShow:link, a.btn_liveShow:visited {
	position: relative;
	width: 200px;
	height: 0;
	padding: 34px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('../images/btn_liveShow.png') 0 0;
}
a.btn_liveShow:hover {
	background-position: 0 -34px;
}
a.btn_liveShow:active {
	background-position: 0 -34px;
}

a.btn_primetime, a.btn_primetime:link, a.btn_primetime:visited {
	position: relative;
	width: 200px;
	height: 0;
	padding: 34px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('../images/btn_primetime.png') 0 0;
}
a.btn_primetime:hover {
	background-position: 0 -34px;
}
a.btn_primetime:active {
	background-position: 0 -34px;
}
 
a.btn_radio, a.btn_radio:link, a.btn_radio:visited {
	position: relative;
	width: 200px;
	height: 0;
	padding: 34px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('../images/btn_radio.png') 0 0;
}
a.btn_radio:hover {
	background-position: 0 -34px;
}
a.btn_radio:active {
	background-position: 0 -34px;
}

a.btn_kids, a.btn_kids:link, a.btn_kids:visited {
	position: relative;
	width: 200px;
	height: 0;
	padding: 34px 0 0 0;
	overflow: hidden;
	display: block;
	background: url('../images/btn_kids.png') 0 0;
}
a.btn_kids:hover {
	background-position: 0 -34px;
}
a.btn_kids:active {
	background-position: 0 -34px;
}
 
a.btn_view-this-slidedeck, a.btn_view-this-slidedeck:link, a.btn_view-this-slidedeck:visited, a.btn_view-this-implementation, a.btn_view-this-implementation:link, a.btn_view-this-implementation:visited {
	position: relative;
	display: block;
	margin: 0;
	padding: 19px 0 0;
	width: 135px;
	height: 0;
	overflow: hidden;
	background: url('../images/btn_view-this-slidedeck.png') 0 0;
}
a.btn_view-this-implementation, a.btn_view-this-implementation:link, a.btn_view-this-implementation:visited {
	width: 192px;
	background-image: url('../images/btn_view-this-implementation.png');
}
a.btn_view-this-slidedeck:hover, a.btn_view-this-implementation:hover {
	background-position: 0 -19px;
}
a.btn_view-this-slidedeck:active, a.btn_view-this-implementation:active {
	background-position: 0 -38px;
}
#pageexamples .navigation {
	border-top: 1px solid #d7d7d7;
	padding: 5px 0;
}
