.ccs-container div{}
.ccs-container table{background:none;}
.ccs{outline:none;text-decoration:none;}
.ccs img{}
.ccs:hover img{}
.ccs-active-anchor img{visibility:hidden;}
.ccs-gallery.ccs-active-anchor img{border-color:black;visibility:visible;cursor:default;}
.ccs-image{border:2px solid #000000;}
.ccs-wrapper,.ccs-outline{background:none;}
.glossy-dark{background:#c0c0c0;}
.ccs-image-blur{}
.ccs-caption{font-size:11px;line-height:15px;color:#e8e8e8;padding:2px 0px 5px;text-align:center;}
.ccs-heading{font-size:20px;line-height:28px;color:#ff0000;}
.ccs-dimming{background:#101010;}
a.ccs-full-expand{background:url(gfx/fullexpand.gif) no-repeat;display:block;margin:0 10px 10px 0;width:34px;height:34px;}
.ccs-loading{display:block;font-size:22px;line-height:28px;color:#f00000;text-decoration:none;padding:20px 48px;border:2px solid #c00000;background-color:white;}
.ccs-move,.ccs-move *{cursor:move;}
.ccs-viewport{display:none;position:fixed;width:100%;height:100%;z-index:999;background:none;left:0;top:0;}
.ccs-overlay{display:none;}
.hidden-container{display:none;}
.closebutton{position:relative;top:-15px;left:15px;width:30px;height:30px;cursor:pointer;background:url(gfx/close.png);/* also update the ccs-ie6.css */}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.ccs-gallery ul{list-style-type:none;margin:0;padding:0px;}
.ccs-gallery ul li{display:block;position:relative;float:left;width:120px;height:100px;border:1px solid #000000;background:none;margin:4px;line-height:0;overflow:hidden;}
.ccs-gallery ul a{position:absolute;top:50%;left:50%;}
.ccs-gallery ul img{position:relative;top:-50%;left:-50%;}
html>/**/body .ccs-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .ccs-gallery ul li {
	text-align: center;
}
html>/**/body .ccs-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .ccs-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.ccs-controls {
	width: 195px;
	height: 40px;
	background: url(gfx/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.ccs-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(gfx/controlbar-white.gif) right -90px no-repeat;

}
.ccs-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
	list-style: none;
}
.ccs-controls a {
	background-image: url(gfx/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.ccs-controls a.disabled {
	cursor: default;
}
.ccs-controls a.disabled span {
	cursor: default;
}
.ccs-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.ccs-controls .ccs-previous a {
	background-position: 0 0;
}
.ccs-controls .ccs-previous a:hover {
	background-position: 0 -30px;
}
.ccs-controls .ccs-previous a.disabled {
	background-position: 0 -60px !important;
}
.ccs-controls .ccs-play a {
	background-position: -30px 0;
}
.ccs-controls .ccs-play a:hover {
	background-position: -30px -30px;
}
.ccs-controls .ccs-play a.disabled {
	background-position: -30px -60px !important;
}
.ccs-controls .ccs-pause a {
	background-position: -60px 0;
}
.ccs-controls .ccs-pause a:hover {
	background-position: -60px -30px;
}
.ccs-controls .ccs-next a {
	background-position: -90px 0;
}
.ccs-controls .ccs-next a:hover {
	background-position: -90px -30px;
}
.ccs-controls .ccs-next a.disabled {
	background-position: -90px -60px !important;
}
.ccs-controls .ccs-move a {
	background-position: -120px 0;
}
.ccs-controls .ccs-move a:hover {
	background-position: -120px -30px;
}
.ccs-controls .ccs-full-expand a {
	background-position: -150px 0;
}
.ccs-controls .ccs-full-expand a:hover {
	background-position: -150px -30px;
}
.ccs-controls .ccs-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.ccs-controls .ccs-close a {
	background-position: -180px 0;
}
.ccs-controls .ccs-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.ccs.com/ref/sy.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.ccs-thumbstrip {
	height: 100%;
	direction: ltr;
}
.ccs-thumbstrip div {
	overflow: hidden;
}
.ccs-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.ccs-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.ccs-thumbstrip a {
	outline: none;
}
.ccs-thumbstrip img {display:block;border:1px solid #000000;margin:2px;}
.ccs-thumbstrip .ccs-active-anchor img {
	visibility: visible;
}
.ccs-thumbstrip .ccs-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in ccs-ie6.css */
}
.ccs-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.ccs-thumbstrip-horizontal .ccs-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.ccs-thumbstrip-horizontal .ccs-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(gfx/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.ccs-thumbstrip-horizontal .ccs-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.ccs-thumbstrip-horizontal .ccs-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(gfx/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.ccs-thumbstrip-horizontal table{margin:10px 0 10px 0;}

.ccs-viewport .ccs-thumbstrip-horizontal table {
	margin-left: 10px;
}
.ccs-thumbstrip-horizontal img{width:auto;height:80px;}

.ccs-thumbstrip-horizontal .ccs-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.ccs-viewport .ccs-thumbstrip-horizontal .ccs-marker {
	margin-left: 10px;
}
.dark .ccs-thumbstrip-horizontal .ccs-marker, .ccs-viewport .ccs-thumbstrip-horizontal .ccs-marker {
	border-bottom-color: white !important;
}

.ccs-thumbstrip-vertical-overlay {
	overflow: hidden !important;
}
.ccs-thumbstrip-vertical div {
	height: 100%;
}
.ccs-thumbstrip-vertical a {
	display: block;
}
.ccs-thumbstrip-vertical .ccs-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.ccs-thumbstrip-vertical .ccs-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(gfx/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.ccs-thumbstrip-vertical .ccs-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.ccs-thumbstrip-vertical .ccs-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(gfx/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.ccs-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.ccs-thumbstrip-vertical img {
	width: 60px; /* t=5481 */
}
.ccs-thumbstrip-vertical .ccs-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .ccs-thumbstrip-vertical .ccs-marker, .ccs-viewport .ccs-thumbstrip-vertical .ccs-marker {
	border-left-color: white;
}

.ccs-viewport .ccs-thumbstrip-float {
	overflow: auto;
}
.ccs-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.ccs-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.ccs-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.ccs-thumbstrip-float .ccs-active-anchor img {
	border-color: black;
}
.ccs-thumbstrip-float .ccs-scroll-up div, .ccs-thumbstrip-float .ccs-scroll-down div {
	display: none;
}
.ccs-thumbstrip-float .ccs-marker {
	display: none;
}