.thumbwrapper .photobox {
	outline: none;
}

.textwrapper .photobox {
	display: block;
	font-size: 11pt;
	text-align: center;
	text-decoration: none;
}

.photobox {
	outline: none;
}

.photobox-active-anchor img {
	visibility: hidden;
}

.photobox img {
	border: 1px solid #E4E4E4;
	cursor: url(../graphics/zoomin.cur), pointer;
	outline: none;
}

.photobox:hover img {
	border: 1px solid #C0C0C0;
}

.photobox-image {
	border: 10px solid #FFFFFF;
}

.photobox-image-blur {
}

.photobox-caption {
	background-color: #FFFFFF;
	border-top: none;
	display: none;
	padding: 0 10px 10px 10px;
	text-align: justify;
}

.photobox-dimming {
	background: #000000;
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.photobox-loading {
	background-color: #FFFFFF;
	background-image: url(../graphics/loader.white.gif);
	background-position: 3px 1px;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	color: #000000;
	display: block;
	font-family: sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
	padding-left: 22px;
	text-decoration: none;
}

.control {
	display: block; /*position: relative;*/
	float: right;
	font-size: 9pt;
	font-weight: bold;
	margin: 0 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.control:hover {
	color: #000000 !important;
	text-decoration: none;
}

.photobox-move {
	background: none;
	cursor: move;
}

.photobox-resize {
	cursor: nw-resize;
}

a.photobox-full-expand {
	background: url(../graphics/fullexpand.gif) no-repeat;
	display: block;
	height: 44px;
	margin: 0 10px 10px 0;
	width: 44px;
}

.photobox-overlay {
	display: none;
}

a.photobox-credits,
a.photobox-credits i {
	color: #C0C0C0;
	font-size: 10px;
	padding: 2px;
	text-decoration: none;
}

a.photobox-credits:hover,
a.photobox-credits:hover i {
	background-color: #808080;
	color: #FFFFFF;
	text-decoration: none;
}

.photobox-previous-next {
	padding-bottom: 5px;
	text-align: center;
}

.photobox-previous-next a {
	color: #FFFFFF;
	font-size: 7pt;
	font-weight: bold;
	padding: 0 20px;
	text-decoration: none;
	text-transform: uppercase;
}

.photobox-html {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

.photobox-html-blur {
	border: 1px solid #C0C0C0;
}

.photobox-html-content {
	display: none;
	position: absolute;
}

/* Self rendering */
.photobox-wrapper {
	background-color: #FFFFFF;
}

.photobox-wrapper .photobox-html-content {
	padding: 5px;
	width: 400px;
}

.photobox-wrapper .photobox-header div {
}

.photobox-wrapper .photobox-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
/*
.photobox-wrapper .photobox-header ul li {
	display: inline;
	padding-left: 1em;
}
*/
.photobox-wrapper .photobox-header ul li.photobox-previous, .photobox-wrapper .photobox-header ul li.photobox-next {
	display: none;
}

.photobox-wrapper .photobox-header a ,
.photobox-wrapper .photobox-close a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.photobox-wrapper .photobox-header a:hover {
	color: #000000;
}

.photobox-wrapper .photobox-header .photobox-move a {
	cursor: move;
}

.photobox-wrapper .photobox-footer {
	height: 11px;
}

.photobox-wrapper .photobox-footer .photobox-resize {
	background: url(../graphics/resize.gif);
	float: right;
	height: 11px;
	left: 0.5em;
	position: relative;
	top: 0.5em;
	width: 11px;
}

.photobox-wrapper .photobox-body {
}

/* Individual CSS-classes: no border */
.photobox-no-border {
	background-color: #808080;
}

.photobox-no-border .photobox-image {
	border: none;
	border-bottom: 1px solid #FFFFFF;
}

.photobox-no-border .photobox-html {
	border: none;
}

.photobox-no-border .photobox-caption {
	background-color: #808080;
	border: none;
	border-bottom: 1px solid #FFFFFF;
	color: #FFFFFF;
}

.photobox-no-border .photobox-caption code {
	color: #FFFFFF;
}

/* Individual CSS-classes: white */
.photobox-white {
	background-color: #FFFFFF;
}

.photobox-white .photobox-image {
	border: 5px solid #FFFFFF;
}

.photobox-white .photobox-caption {
	background-color: #FFFFFF;
}

.photobox-white .control, .photobox-white .control * {
	color: #666666;
}

.photobox-white .photobox-html {
	border: 2px solid #FFFFFF;
}

/* Individual CSS-classes: glossy-dark */
.glossy-dark {
	background-color: #101010;
}

.glossy-dark .photobox-image {
	border-color: #000000 #000000 #202020 #000000;
	border-style: solid;
	border-width: 2px;
}

.glossy-dark .photobox-caption {
	background: #101010;
	padding: 5px 0 5px 0;
}

.glossy-dark div {
	color: #C0C0C0;
}

/* Individual CSS-classes: narrow border */
.photobox-narrow-border {
	background: #FFFFFF;
}

.photobox-narrow-border .photobox-image {
	border: 2px solid #FFFFFF;
}

.photobox-narrow-border .photobox-caption {
	background-color: #FFFFFF;
}

/* Individual CSS-classes: black border */
.photobox-black-border {
	background: #FFFFFF;
}

.photobox-black-border .photobox-image {
	border: 2px solid #655F2F;
}

.photobox-black-border .photobox-caption {
	background-color: #FFFFFF;
	border: 2px solid #655F2F;
	border-top: none;
	color: #333333;
}

/* Individual CSS-classes: specified blur style */
.photobox-blur-example .photobox-image-blur {
	border-color: #C0C0C0;
}

.photobox-blur-example .photobox-caption-blur {
	border-color: #C0C0C0;
}

.html-header {
	cursor: default;
	height: 18px;
	padding: 2px;
}

.photobox-html-blur #photobox-html-7-header {
	height: 18px;
	padding: 2px;
}

.photobox-dimming {
	background-color: #000000;
}

/* Controlbar example */
.controlbar {
	background: url(../graphics/controlbar4.gif);
	height: 34px;
	width: 167px;
}

.controlbar a {
	display: block;
	float: left; /*margin: 0px 0 0 4px;*/
	height: 27px;
}

.controlbar a:hover {
	background-image: url(../graphics/controlbar4-hover.gif);
}

.controlbar .previous {
	width: 50px;
}

.controlbar .next {
	background-position: -50px 0;
	width: 40px;
}

.controlbar .photobox-move {
	background-position: -90px 0;
	width: 40px;
}

.controlbar .close {
	background-position: -130px 0;
	width: 36px;
}

/* Controlbar example */
.controlbar2 {
	background: url(../graphics/controlbar2.gif);
	height: 32px;
	margin-left: 60px;
	width: 210px;
}

.controlbar2 a {
	display: block;
	float: left;
	height: 30px;
	margin: 0 0 0 5px;
	width: 42px;
}

/* Controlbar example */
.controlbar5 {
	background: url(../graphics/controlbar5.gif);
	float: right;
	height: 18px;
	width: 83px;
}

.controlbar5 a {
	display: block;
	float: left;
	height: 18px;
}

.controlbar5 a:hover {
	background-image: url(../graphics/controlbar5-hover.gif);
}

.controlbar5 .previous {
	width: 20px;
}

.controlbar5 .next {
	background-position: -20px 0;
	width: 20px;
}

.controlbar5 .photobox-move {
	background-position: -40px 0;
	width: 20px;
}

.controlbar5 .close {
	background-position: -60px 0;
	width: 20px;
}

/* Mac-style close button */
.closebutton {
	cursor: pointer; /* w3c */
	height: 30px;
	left: 15px;
	position: relative;
	top: -15px;
	width: 30px;
}

/* Put these last in your highlide-related CSS */
.photobox-display-block {
	visibility: visible;
}

.photobox-display-none {
	visibility: hidden;
}

.modules-title{
	color: #04064B;
}

.class_img{
	float: left;
	margin-right: 10px;
	position: relative;
}

.photobox-close {
	list-style-type: none;
	background: none;
}

.photobox-close ul li{
	background: none;
}
