/* @override http://localhost/pentapolitica.nl/trunk/webroot/css/layout.default.css */
/* @group General */
body {
	margin: 0;
	background: #e3e3e3;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
}

a {
	color: #0059b2;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 0 15px;
}

table {
	clear: both;
	width: 100%;
}

thead tr {
	height: 27px;
	background: url(../img/layout.default/background_th.jpg) repeat-x right bottom;
}

tr {
	background: #fff url(../img/layout.default/background_tr.jpg) repeat-x right bottom;
}
tr.altrow {
	background: #f5f4f4 url(../img/layout.default/background_tr_alt.jpg) repeat-x right bottom;
}
tr img {
	padding: 2px 0 5px 5px;
}

tr .headerSortDown, tr .headerSortUp {
	background: url(../img/layout.default/background_th_sort.jpg) repeat-x right bottom;	
}

td {
	padding: 3px;
}

#flashMessage.accepted, #contactMessage.accepted, #commentMessage.accepted {
	height: auto;
	clear: both;
	margin: 10px 0 10px 10px;
	padding: 10px 10px 10px 40px;
	background: #c9fcc4 url(../img/layout.default/background_accepted.png) no-repeat 10px center;
	border: 1px solid #8dfc4b;
	font-weight: bold;
} 

#flashMessage.error, #contactMessage.error, #commentMessage.error {
	height: auto;
	clear: both;
	margin: 10px 0 10px 10px;
	padding: 10px 10px 10px 40px;
	background: #fcf2c4 url(../img/layout.default/background_error.png) no-repeat 10px center;
	border: 1px solid #fcde4b;
	font-weight: bold;
}

#flashMessage.error {
	width: 928px;
}

#contactMessage.error {
	width: 573px;
}

#commentMessage.error, #commentMessage.accepted {
	width: 480px;
}

#topborder {
	width: 100%;
	height: 6px;
	background: url(../img/layout.default/background_topborder.jpg) repeat-x;
}

#container {
	width: 990px;
	margin: 0 auto;
	position: relative;
	top: -6px;
}
/* @end */
/* @group Header */
#header {
	height: auto;
	width: 100%;
	float: left;
}

#logo {
	float: left;
}

#logo h1 {
	margin: 17px 0 13px 15px;
	float: left;
}

#logo h1 a {
	width: 228px;
	height: 144px;
	display: block;
	background: url(../img/layout.default/logo.png) no-repeat;
}

#logo h1 a span {
	display: none;
}

#headermenu {
	width: 517px;
	height: 42px;
	float: right;
	font-size: 1.5em;
	background: url(../img/layout.default/background_headermenu.png);
}

#headermenu ul {
	margin: 12px 0 0 10px;
	list-style: none;
	padding: 0;
}

#headermenu li {
	float: left;
	margin: 0 15px 0 0;
}

#headermenu a {
	text-decoration: none;
	color: #fff;
}

#headermenu a.current {
	display: block;
	border-bottom: 2px solid #fff;
}

#menulivesearch {
	float: right;
	margin: 0 10px 0 0;
}	

#menulivesearch input {
	width: 150px;
	padding: 3px 5px;
	border: none;
	background: url(../img/layout.default/background_menulivesearch_input.png) no-repeat;
	color: #7f7f7f;
}

#menulivesearch_results {
	 display: none;
	 margin: 0 1px 0 0;
	 position: absolute;
	 top: 33px;
	 left: 791px;
	z-index: 100;
}

#search_result_container {
	width: 197px;
	height: auto;
	float: right;
}

#search_result_container p {
	padding: 10px;
	font-size: 1.3em;
	color: #fff;
	text-align: center;
}

#search_result_background {
	width: 198px;
	height: 49px;
	float: right;
	background: url(../img/layout.default/background_menulivesearch_results.png) no-repeat;
}

#search_result_container {
	background: #1999ce;
	padding: 7px 0 0 0;	
}

#search_result_container ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#search_result_container ul li {
	color: #fff;
	padding: 5px 10px;
	font-size: 1.4em;
}

#search_result_container ul ul li{
	padding: 0;
	margin: 0;
	font-size: 1em;
}

#search_result_container ul ul li a {
	display: block;
	height: 32px;
	padding: 2px 10px;
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

#search_result_container ul ul li a:hover {
	color: #1999ce;
	background: #fff;
}

#search_result_container ul ul li a img {
	float: left;
	width: 32px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}

#search_result_container ul ul li a span {
	position: relative; 
	top: 25%;
	width: 120px;
	vertical-align: middle;
}
/* @end */

/* @group Content */
#contentcontainer {
	width: 100%;
	float: left;
	font-size: 1.3em;
	line-height: 1.4em;
}

#contentcontainer h2, #contentcontainer h3 {
	height: 31px;
	position: absolute;
	margin: 18px 0 10px 0;
	padding: 1px 0 0 20px;
	color: #fff;
	font-size: 1.35em;
	line-height: 1.1em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

#contentcontainer h2 {
	background: url(../img/layout.default/background_contentarea_h2.png);
}

#contentcontainer h3 {
	background: url(../img/layout.default/background_contentarea_h3.png);
}

#load-more {
	width: 645px;
	height: 20px;
	clear: both;
	padding: 10px 0;
	text-align: center;
	cursor: pointer;
	background: url(../img/layout.default/background_load-more.png) center 0;
}

#load-more:hover {
	background: url(../img/layout.default/background_load-more.png) center 40px;
}
/* @group Contentarea: Fullwidth */
.fullwidth {
	width: 990px;
	float: left;
	background: url(../img/layout.default/background_contentarea_fullwidth.png) repeat-y;
}
.fullwidth h2, .fullwidth h3 {
	width: 970px;
}

.fullwidth .inner {
	width: 960px;
	padding: 50px 10px 10px 20px;
}
/* @end */
/* @group Contentarea: Left - 300 */
.left-300 {
	width: 300px;
	float: left;
	background: url(../img/layout.default/background_contentarea_fullwidth.png) repeat-y;
}

.left-300 h2, .left-300 h3 {
	width: 280px;
}

.left-300 .inner {
	width: 270px;
	padding: 7px 0 7px 20px;
}
/* @end */
/* @group Contentarea: Right - 680 */
.right-680 {
	width: 680px;
	float: right;
	margin: 0 0 25px 0;
	background: url(../img/layout.default/background_contentarea_fullwidth.png) repeat-y;
}
.right-680 h2, .right-680 h3 {
	width: 660px;
}

.right-680 .inner {
	width: 650px;
	padding: 50px 10px 10px 20px;
}
.right-680 .inner .options {
	float: right;
	padding: 0 20px;
	text-align: right;
}
/* @end */
/* @group Feeditems: single */
ul.single-user-feed {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

ul.single-user-feed li {
	float: left;
	width: 640px;
	padding: 5px;
	background: url(../img/layout.default/background_feeditem.jpg) repeat-x 0 bottom;
}

ul.single-user-feed li img.feedicon {
	float: left;
	margin: 4px 10px 0 10px;
}

ul.single-user-feed li h4 {
	margin: 7px 0;
}

ul.single-user-feed li span.time {
	clear: both;
	float: right;
	margin: 0 10px;
}

ul.single-user-feed li .description {
	font-style: italic;
	margin: 0 18px 12px 48px;
	color: #3f3f3f;
}
/* @end */
/* @group Feeditems: multiple */
ul.multiple-user-feeds {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}

ul.multiple-user-feeds li {
	float: left;
	width: 640px;
	padding: 5px;
	background: url(../img/layout.default/background_feeditem.jpg) repeat-x 0 bottom;
}

ul.multiple-user-feeds li img.itemowner {
	margin: 4px 10px 0 10px;
	float: left;
}

ul.multiple-user-feeds li img.feedicon {
	left: -18px;
	top: 50px;
	position: relative;
}

ul.multiple-user-feeds li a.flickr_link img {

}

ul.multiple-user-feeds li h4 {
	margin: -9px 0 7px 0;
	width: 540px;
	padding: 0 10px;
	float: left;
	font-size: 1em;
}

ul.multiple-user-feeds li span.time {
	width: 635px;
	display: block;
	float: left;
	clear: both;
	text-align: right;
}

ul.multiple-user-feeds li .description {
	float: left;
	width: 540px;
	margin: 0 0 0 13px;
	color: #3f3f3f;
	font-style: italic;
}
/* @end */
/* @group Frontpage */
#timeline.frontpage {
	float: left;
	background: #fff;
	width: 605px;
	padding: 10px;
}
#timeline.frontpage ul.multiple-user-feeds li {
	width: 595px;
}

#timeline.frontpage ul.multiple-user-feeds li h4 {
	float: left;
	width: 490px;
}

#timeline.frontpage ul.multiple-user-feeds li .description {
	float: left;
	width: 500px;
}

#timeline.frontpage ul.multiple-user-feeds li span.time {
	width: 590px;
}

#timeline.frontpage #load-more {
	width: 605px;
}

.frontpage.right-300 {
	float: right;
	width: 300px;
	margin: 0 20px 18px 0;
}

#kutvogel {
	float: left;
	position: absolute;
	top: 100px;
	left: 780px;
	background: url(../img/layout.default/background_kutvogel.png) no-repeat;
	height: 100px;
	width: 114px;
}

#kutvogel span {
	position: absolute;
	left: -220px;
	top: -40px;
	width: 170px;
	height: 96px;
	padding: 15px 15px 0 15px;
	background: url(../img/layout.default/background_tekstballon.png);
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #323232;
	text-align: center;
}

#kutvogel span a {
	color: #e92825;
	text-decoration: none;
}

#kutvogel span a:hover {
	text-decoration: underline	;
}

#statistics.frontpage {
	z-index: 1;
	margin-top: 22px;
	background: url(../img/layout.default/background_statistics_frontpage.png) no-repeat center top;
	height: 273px;
}

#statistics.frontpage .inner{
	float: left;
	width: 280px;
	padding: 0 10px;
}

#statistics.frontpage ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	font-size: 0.8em;
	color:  whitesmoke;
}

#statistics.frontpage ul#toppersons {
	width: 190px;
}

#statistics.frontpage ul#topparties {
	width: 90px;
}

#statistics.frontpage ul img {
	vertical-align: middle;
	width: 24px;
}

#statistics.frontpage li {
	margin: 5px 0;
}

#statistics.frontpage a{
	color: #e6e6e6;
}

#latestblogposts.frontpage .top {
	width: 100%;
	float: left;
	height: 55px;
	background: url(../img/layout.default/background_blog_frontpage-top.png) no-repeat center top;
}

#latestblogposts.frontpage .content {
	float: left;
	width: 100%;
	height: auto;
	line-height: 19px;
	background: url(../img/layout.default/background_blog_frontpage-content.png) repeat-y center top;
}

#latestblogposts.frontpage .bottom {
	width: 100%;
	float: left;
	height: 33px;
	background: url(../img/layout.default/background_blog_frontpage-bottom.png) no-repeat center top;
}

#latestblogposts.frontpage h3 {
	padding: 0 0 0 220px;
	background: none;
	float: left;
}

#latestblogposts.frontpage h3 a {
	width: 66px;
	height: 35px;
	display: block;
	background: url(../img/layout.default/background_blog_frontpage-h3.png);
}

#latestblogposts.frontpage h3 a span {
	display: none;
}

#latestblogposts.frontpage ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#latestblogposts.frontpage li {
	padding: 5px 0 0 0;
}

#latestblogposts.frontpage li span.date{
	float: left;
	display: block;
	width: 36px;
	overflow: hidden;
	font-size: 0.70em;
	margin: 0 5px 0 8px;
	color: #4c4c4c;
}
#latestblogposts.frontpage li span.excerpt{
	width: 240px;
	float: left;
	font-size: 0.9em;
	margin: -2px 0 0 50px;
	line-height: 19px;
}
/* @end */
/* @group Politici */
#politici .paginate {
	float: left;
	width: 98%;
	padding: 5px;
}

#politici .paginate span.count {
	float: left;
}

#politici .paginate span.selectpage {
	float: right;
}

#person_info {
	position: relative;
}

#person_activity form label {
	float: left;
	width: 500px;
	clear: both;
}
/* @end */
/* @group Partijoverzicht */
#partijen .partij {
	width: 200px;
	padding: 10px 20px;
	float: left;
	text-align: center;
}
/* @end */
/* @group Partij */
#party_info {
	position: relative;
}

#party_info img {
	margin: 35px 0 0 0;
}
/* @end */
/* @group Blog */
#blog h2 {
	z-index: -1;
	width: 85px;
	height: 63px;
	position: absolute;
	left: 55px;
	top: 140px;
	background: url(../img/layout.default/background_blog_h1.png);
}

#blog h2 span {
	display: none;
}

#blog .post {
	float: left;
	margin: 50px 0 0 0;
	width: 558px;
	font-family: Verdana;
	color: #2d506d;
}

#blog .post .top {
	height: 30px;
	background: url(../img/layout.default/background_blog_post-top.png) no-repeat center top;
}

#blog .post .postmeta {
	position: relative;
	line-height: 19px;
	height: 19px;
	padding: 0 20px 0 38px;
	background: url(../img/layout.default/background_blog_post-content.png) repeat-y center top;
	font-style: italic;
}

#blog .post .content {
	height: auto;
	line-height: 19px;
	padding: 5px 20px 20px 38px;
	background: url(../img/layout.default/background_blog_post-content.png) repeat-y center top;
}

#blog .post .content p {
	padding: 6px 0 0 0;
}

#blog .post .bottom {
	height: 28px;
	background: url(../img/layout.default/background_blog_post-bottom.png) no-repeat center top;
}

#blog .post h3 {
	margin: 6px 0 0 19px;
	background: none;
	font: bold 1.5em "Courier New", Courier, mono;
	color: #2d506d;
}

#blog .post h3 a {
	text-decoration: none;
	color: #2d506d;
}

#blog .post h3 a:hover {
	text-decoration: underline;
}
#blog #comments {
	clear: both;
}

#blog #comments .comment {
	margin: 10px 0;
	width: 550px;
	padding: 10px;
	background: #d8d8d8;
}

#blog #comments .comment .comment-meta {
	float: left;
	width: 100%;
	font-style: italic;
	margin: 0 0 5px 0;
}

#blog #commentform {
	width: 550px;
	padding: 10px;
	background: #d8d8d8;
}

#blog #commentform h4 {
	margin: 0 0 10px 0;
}

#blog #commentform label {
	float: left;
	width: 500px;
	clear: both;
}
/* @end */
/* @group Statistieken */
#stats {
	float: left;
	width: 960px;
	padding: 0 0 0 0;
	height: auto;
	background: url(../img/layout.default/background_stats.png) no-repeat;
}

#stats h2 {
	position: relative;
	padding: 40px 0 10px 20px;
	background: none;
	color: #000;
	font-weight: bold;
	font-style: normal;
	font-size: 2em;
}

#stats #simple_stats {
	float: left;
	width: 470px;
	padding: 0 0 95px 20px;
	font: 1.15em/1.6em Georgia, "Times New Roman", Times, serif;
}

#stats #simple_stats span {
	font-weight: bold;
}

.stat_page {
	position: relative;
	float: left;
	width: 850px;
	height: 75px;
	margin: 0 30px 30px 30px;
	padding: 15px;
	background: #fff;
}

#contentcontainer .stat_page h3 {
	float: left;
	margin: 0 0 0 215px;
	padding: 0;
	height: auto;
	background: transparent;
	text-decoration: none;
}

#contentcontainer .stat_page h3 a {
	text-decoration: none;
	font-style: none;
	font-weight: 100;
}

#contentcontainer .stat_page img {
	float: left;
}

#contentcontainer .stat_page p {
	width: 600px;
	float: left;
	margin: 20px 0 0 17px;
}
/* @end */
/* @group Map */
#map.fullwidth {
	float: left;
	height: 660px;
}
#map #map_canvas {
	position: relative;
}
#map #date_select .inner {
	float: left;
	position: relative;
	margin: 0 0 0 30px;
	top: -40px;
	width: 800px;
}
#map #date_select {
	width: 910px;
	height: 60px;
	margin: 0 0 0 25px;
	background: url(../img/layout.default/background_map_timeline.png);
	top: -60px;
	position: relative;
}

#map #date_select fieldset {
	border: none;
}

#map #date_select select {
	display: none;
}

#map #date_select label {
	display: none;
}

#map #date_select span.ui-slider-label {
	width: 60px;
	font-size: 0.8em;
}

#map #map_timeline {
	display: none;
	width: 267px;
	height: 514px;
	top: 237px;
	right: 36px;
	position: absolute;
	background: url(../img/layout.default/background_map_timeline_items.png);
}

#map #map_timeline h3 {
	background: none;
	width: 260px;
	height: 27px;
	color: #fff;
	padding: 7px 0 0 0;
	margin: 5px 0 0 5px;
	text-align: center;
	cursor: move;
}

#map #map_timeline .timeline {
	margin: 43px 0 0 8px;
	height: 462px;
	width: 255px;
	overflow: auto;
	font-size: 0.8em;
}

#map #map_timeline .close {
	position: absolute;
	right: 10px;
	top: -10px;
	cursor: pointer;
	z-index: 10;
}
#map #map_timeline .timeline .loader {
	position: relative;
	top:  200px;
	left: 100px;
}
#map #map_timeline .timeline ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#map #map_timeline .timeline li {
	float: left;
	background: url(../img/layout.default/background_map_timeline_item.png) repeat-x 0 bottom;
}

#map #map_timeline .timeline li img.itemowner{
	width: 32px;
	margin: 30px 0 0 0;
	float: left;
}

#map #map_timeline .timeline li img.feedicon {
	float: left;
	left: -10px;
	top: 48px;
	position: relative;
} 

#map #map_timeline .timeline li h4 {
	width: 185px;
	float: left;
	margin: 10px 0 0 0;
}

#map #map_timeline .timeline li .description {
	float: left;
	width: 230px;
	margin: 0 0 0 5px;
}

#map #map_timeline .timeline li span.time {
	float: left;
	clear: both;
	width: 235px;
	text-align: right;
	margin: 0 0 5px 0;
}
/* @end */
/* @group Graphs */
#graphs.fullwidth {
	padding: 0 0 20px 0;
}
#graphs #flashcontent {
	float: left;
}
#graphs #selector {
	width: 960px;
	height: 75px;
	margin: 0 0 10px 0;
	background: url(../img/layout.default/background_graphs_selector.png) no-repeat center 60px;
}

#graphs #selector ul {
	list-style: none;
	margin: 0 0 0 100px;
	padding: 0;
}

#graphs #selector ul li {
	float: left;
	width: 202px;
	height: 70px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	font-size: 1.3em;
	background: url(../img/layout.default/background_graphs_unselected.png) no-repeat 0 4px;
}

#graphs #selector ul li a {
	display: block;
	width: 120px;
	margin: 13px 0 0 0;
	padding: 10px 0 20px 65px;
}

#graphs #selector ul li.selected {
	background: url(../img/layout.default/background_graphs_selected.png) no-repeat;
}

#graphs #selector ul li.selected a {
	text-decoration: none;
	color: #000;
	cursor: default;
}

#graphs #selector ul li .party {
	background: url(../img/layout.default/icon_graphs_party.png) no-repeat left center;
}

#graphs #selector ul li .feed {
	background: url(../img/layout.default/icon_graphs_feeds.png) no-repeat left 8px;
}

#graphs #selector ul li .politician {
	background: url(../img/layout.default/icon_graphs_politicians.png) no-repeat left 2px;
}

#graphs #select_politicians, #graphs #select_parties {
	float: left;
	width: 320px;
	height: 400px;
	overflow: auto;
}

#graphs #politicians, #graphs #parties {
	width: 300px;
}

#graphs #politicians img, #graphs #parties img{
	width: 20px;
}
#graphs #politicians .photo, #graphs #parties .logo {
	width: 20px;
}
#graphs #politicians .name, #graphs #parties .name {
	width: 140px;
}

#graphs #politicians .barchart span, #graphs #parties .barchart span {
	background: #1689b9;
	color: #fff;
	display: block;
	height: 19px;
	padding: 0 0 0 3px;
}
#graphs #politicians .barchart, #graphs #parties .barchart {
	background: url(../img/layout.default/background_bar_chart_right.png) no-repeat right center;
	padding: 0 10px 0 0;
	height: 19px;
}

#graphs #politicians tr.selected, #graphs #parties tr.selected {
	font-size: 1.1em;
}

#graphs #politicians tr.selected a, #graphs #parties tr.selected a {
	text-decoration: none;
	color: #000;
}
/* @end */
/* @group Widgets */
#widgets .step {
	float: left;
	width: 570px;
	padding: 10px;
	background: #f2f2f2;
	margin: 0 0 10px 0;
}

#widgets .step h3 {
	background: none;
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	color: #000;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 25px;
}

#widgets .head_text {
	font-size: 1.3em;
	margin: 0 0 15px 0;
}

#widgets .radio {
	margin: 5px 0;
}

#widgets .radio label {
	clear: both;
}

#widgets input#alleitems, #widgets input#politicus, #widgets input#partij{
	float: left;
}

#widgets p {
	margin: 5px 0;
}

#widgets textarea {
	width: 90%;
}

#widgets #example {
	float: right;
	width: 350px;
	top: 253px;
	left: 650px;
	position: absolute;
}


/* @end */
/* @group Static: Over ons */
#over-ons .head_text {
	font-style: normal;
	font-size: 1.10em;
	font-weight: 100;
	font-style: italic;
	line-height: 1.4em;
	color: #191919;
}

#over-ons h3 {
	color: black;
	background: none;
	float: left;
	position: relative;
	width: 465px;
	height: 25px;
	margin: 10px 0 0 0;
	padding: 0;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0;
}

#over-ons .column_left {
	width: 450px;
	height: 400px;
	float: left;
	padding-right: 15px;
	color: #3f3f3f;
}

#over-ons .column_right {
	width: 450px;
	float: right;
	padding-left: 15px;
	color: #3f3f3f;
}
/* @end */
/* @end */

/* @group Footer */
#footer {
	background: url(../img/layout.default/background_copyright.png) repeat-x 0 top;
	float: left;
	clear: both;
	width: 100%;
	padding: 10px 5px;
	margin: 20px 0 0 0;
	color: #666;
}

#footer p {
	float: left;
	padding: 0;
	margin: 0;
}

#footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer li {
	float: left;
	margin: 0 8px 0 0;
}

#footer a {
	color: #666;
}
/* @end */
/* @group Colorbox */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#000;}
#colorbox{}
#cboxContent{background:#e42424; margin-top:20px;}
#cboxLoadedContent{background:#e42424; padding:5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(../img/layout.default/colorbox_controls.png) top left no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(../img/layout.default/colorbox_controls.png)  top right no-repeat; width:28px; height:65px; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#e42424;}
#cboxLoadingGraphic{background:url(../img/layout.default/colorbox_loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/layout.default/colorbox_controls.png)  top center no-repeat; width:38px; height:19px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;}
/* @end */
