/* 
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Slideshow styles
	CSS Document
	Author: 9xb.com
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

	body {
		margin: 0;
	}

	.glidecontentwrapper {
		position: relative;
		width: 645px;
		height: 430px;
		border: 5px solid #fff;
		border-bottom: 0;
		margin: 0;
		overflow: hidden;
		background: #ececec;
	}
	.glidecontent {
		position: absolute;
		background: black;
		padding: 0;
		visibility: hidden;
		left: 0;
		width: 645px;
		height: 430px;
		top: 0;
	}
	.glidecontent img {
		float: left;
	}
	
	.glidecontenttoggler {
		width: 645px;
		background: url(../images/bg_box_headings.gif) repeat-y top left #063A44;
		border: 5px solid #fff;
		padding: 4px 0;
		border-top: 1px solid #fff;
		text-align: center; 
	}
	.glidecontenttoggler a { 
		display: -moz-inline-box;
		display: inline-block;
		border-bottom: 1px dotted #215a63;
		color: #f2f2f2;
		padding: 2px 3px;
		margin-right: 3px;
		font-weight: bold;
		text-decoration: none;
		font-family: Arial, sans-serif;
		font-size: 12px;
	}
	
	.glidecontenttoggler a.selected { 
		background: #03252B;
		color: #f2f2f2;
		border-bottom: 1px solid red;
	}
	
	.glidecontenttoggler a:hover {
		background: #03252B;
		color: #fff;
	}
	
	.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover {
		background: #03252B;
		color: #f2f2f2;
	}
	
	
	#gallery_frame {
		width: 655px;
		border: 0;
		overflow: hidden;
		background: #ececec;
	}
	.gallery_frame {
		height: 472px;
	}
	.gallery_frame2 {
		height: 492px;
	}
