html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background: #364F74 repeat-x center top;
	text-align: right;
	margin: 10px 0px;
}
a {
	color: #2970A6;
	text-decoration: none;
}
a:hover {
	color: #FA7B10;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
p {
	margin: 0px;
	padding: 3px 0px;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
.left, .alignleft {
	float: left;
}
.right, .alignright {
	float: right;
}
img.float-right {
	margin: 5px 0px 5px 15px;
}
img.float-left {
	margin: 5px 15px 5px 0px;
}
small {
	font-size: 10px;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 10px/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
    background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #358FA9;
	direction:ltr
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 5px 10px 5px 5px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-right: 4px solid #358FA9;
	font: normal 8pt/1.5em Tahoma, sans-serif;
	color: #666666;
}
/* form elements */
form {
	margin: 0;
	padding: 0;
}
label {
	display:block;
}
input {
	padding: 2px;
	font: normal 11px Tahoma, sans-serif;
	color:#000;
}
textarea {
	font: normal 11px Tahoma, sans-serif;
	display:block;
	color:#000;
	overflow: auto;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
	height: 0px;
}
/* main elements */
#warpper {
	margin: 0px auto;
	width: 990px;
	line-height: 1.7em;
	direction:rtl;
	background: #FFFFFF url(../images/warpper-bg.gif) repeat-y center;
	padding: 0px;
}
#warpper .top {
	background: url(../images/warpper-top.gif) no-repeat center top;
	display: block;
	height: 9px;
}
#warpper .btt {
	background: url(../images/footer-bg.gif) no-repeat center bottom;
	display: block;
	height: 9px;
}
#warpper #header {
	height: 150px;
	background: #FFFFFF url(../images/header-v1.jpg) no-repeat center 5px;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	padding: 0px;
	position: relative;
}
#warpper #nav {
	margin-right: 15px;
	margin-left: 15px;
	background: #333333 url(../images/nav-bg.gif);
	height: 30px;
}
#warpper #contnet-holder {
	padding: 10px 0px;
	background: #FFFFFF url(../images/warpper-bg.gif) repeat-y center;
	margin: 0px 15px;
}
#warpper #page-content {
	width: 630px;
}
#warpper #sidebar {
	width: 310px;
	padding: 0px 10px 0px 0px;
}
#page-content #featured {
	border-bottom: 5px solid #BEC3C6;
	background: #FFFFFF;
	z-index:1;

}
#footer {
	background: #eee;
	margin: 0px 5px;
}
#header h1 a {
	position: absolute;
	left: 802px;
	top: 4px;
	width: 114px;
	height: 143px;
}
#header span {
	display: none;
}
ul.menulist {
	z-index: 597;
	margin: 0px 10px 0px 0px;
}
ul.menulist ul {
	visibility: hidden;
	position: absolute;
	right: 0;
	z-index: 598;
	width: 190px;
}
ul.menulist ul li {
	float: none;
}
ul.menulist a {
	display: block;
	color: #FFFFFF;
	background: #333333;
	margin: 0px;
	padding: 5px;
}
ul.menulist ul a {
	width: 180px;
	padding: 4px 5px;
}
ul.menulist a:hover {
	color: #DEE9F8;
}
ul.menulist ul a:hover {
	color: #333333;
	background: #DEE9F8;
}
ul.menulist ul ul {
	top: 1px;
	right: 190px;
}
ul.menulist li:hover > ul {
	visibility: visible;
}
ul.menulist li {
	float: right;
	vertical-align: middle;
}
ul.menulist li.hover, ul.menulist li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}
.search {
	width: 190px;
	height: 30px;
	background: url(../images/search-bg.gif) no-repeat center 3px;
	padding: 0;
	float: left;
	position: relative;
}
.search .textbox {
	position: absolute;
	left: 30px;
	top: 5px;
	width: 145px;
	background: transparent;
	border-style: none;
}
.search a#submit-search {
	display: block;
	position: absolute;
	height: 20px;
	width: 20px;
	left: 0px;
	top: 3px;
}
.search span {
	display: none;
}

/*-------------------------------------*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display: none;
}
}

/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
/* Skin */
#featured .ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 80px;
}
#featured .ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
#featured .ui-tabs-nav li {
	margin: 0;
	min-width: 80px; /* be nice to Opera */
}
#featured .ui-tabs-nav a, #featured .ui-tabs-nav a span {
	display: block;
	margin: 0px 0px 5px;
}
#featured .ui-tabs-nav a span {
	width: 50px; /* IE 6 treats width as min-width */
	min-width: 50px;
	height: 37px; /* IE 6 treats height as min-height */
	min-height: 37px;
}
#featured .ui-tabs-nav a {
	margin: 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
	padding: 0;
}
#featured .ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	z-index: 2;
	margin-top: 0;
}
#featured .ui-tabs-nav a img {
	background: #fff;
	border: 1px solid #999999;
	padding: 1px;
}
#featured .ui-tabs-nav .ui-tabs-selected a img {
	background: #fff;
	border: 1px solid #333333;
	padding: 1px;
}
*>#featured .ui-tabs-nav a span { /* hide from IE 6 */
	width: auto;
	height: auto;
}
#featured .ui-tabs-nav .ui-tabs-selected a:link, #featured .ui-tabs-nav .ui-tabs-selected a:visited, #featured .ui-tabs-nav .ui-tabs-disabled a:link, #featured .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
#featured .ui-tabs-nav a:hover, #featured .ui-tabs-nav a:focus, #featured .ui-tabs-nav a:active, #featured .ui-tabs-nav .ui-tabs-deselectable a:hover, #featured .ui-tabs-nav .ui-tabs-deselectable a:focus, #featured .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
#featured .ui-tabs-panel {
	padding: 0px 10px 5px; /* declare background color for container to avoid distorted fonts in IE while fading */
	float: right;
	width: 530px;
	background: #FFFFFF;

}
/* Additional IE specific bug fixes... */
* html #featured .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
		
}
*:first-child+html #featured .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
		
}
.fragment p {
	text-align: justify;		
}
.fragment h2 {
	padding: 0px 5px 10px;
}
.fragment .right {
	margin: 0px 0px 10px 10px;
}
.fragment .right img {
	background: #fff;
	border: 1px solid #333;
	padding: 1px;
}
.lastest-news {
	float: right;
	width: 420px;
	margin-top: 10px;
}
.lastest-news ul {
	margin: 0px 5px;
}
.lastest-news li {
	padding: 5px 0px;
	clear: both;
}
.lastest-news h3 {
	background: #eee;
	padding: 5px;
	margin: 0px 0px 5px;
	font-size: 16px;
}
.lastest-news h2 {
	font-size: 14px;
	padding: 0px 0px 5px;
}
.lastest-news p {
	text-align: justify;
}
.lastest-news .right {
	margin: 5px 0px 5px 5px;
}
.lastest-news .right img {
	border: 1px solid #333;
	padding: 1px;
}
.note {
	border: 1px solid #ccc;
	float: left;
	margin: 10px 0px 0px;
	width: 200px;
}
.note h3 {
	padding: 5px;
	background: #EEEEEE;
}
.note .note-content {
	margin: 2px;
	background: #EEEEEE;
	padding: 5px;
}
.note .note-content small {
	clear: both;
	display: block;
}
.note .note-content h2 {
	font-size: 14px;
}
.note .note-content p {
	text-align: justify;
}
.note .note-content .right {
	margin: 5px 0px 5px 5px;
}
.note .note-content .right img {
	border: 1px solid #333;
	padding: 1px;
}
#gallery {
	margin: 10px 0px 0px;
	position: relative;
	width: 630px;
}
#gallery h3 {
	padding: 5px;
	border-bottom: 1px solid #eee;
	margin: 0px 0px 10px;
}
.jcarousel-container {
	position: relative;
	margin: 0px auto;
}
.jcarousel-clip {
	z-index: 2;
	padding: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
}
.jcarousel-list {
	z-index: 1;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
.jcarousel-list li {
	float: left;
	list-style: none;
	/* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 90px;
	height: 56px;
}
.jcarousel-item {
	float: left;
	border: 1px solid #333;
	padding: 2px;
}
/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
	z-index: 3;
	display: none;
}
.jcarousel-prev {
	z-index: 3;
	display: none;
}
.jcarousel-container {
	direction:ltr;
}
.jcarousel-container-horizontal {
	width: 580px;
}
.jcarousel-clip-horizontal {
	width:  580px;
}
.jcarousel-item-horizontal {
	margin-right: 15px;
}
.jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-next-horizontal {
	position: absolute;
	top: 20px;
	right: -25px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: transparent url(../images/icons/next-horizontal.gif) no-repeat -1px 0;
}
.jcarousel-next-horizontal:hover, .jcarousel-prev-horizontal:hover {
	background-position: -29px 0;
}
.jcarousel-next-horizontal:active, .jcarousel-prev-horizontal:active {
	background-position: -57px 0;
}
.jcarousel-next-disabled-horizontal, .jcarousel-next-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:active, .jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -85px 0;
}
.jcarousel-prev-horizontal:hover {
	background-position: -29px 0;
}
.jcarousel-prev-horizontal:active {
	background-position: -57px 0;
}
.jcarousel-prev-disabled-horizontal, .jcarousel-prev-disabled-horizontal:hover, .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: -85px 0;
}
.jcarousel-prev-horizontal {
	position: absolute;
	top: 20px;
	left: -26px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background: transparent url(../images/icons/prev-horizontal.gif) no-repeat -1px 0;
}
#readers {
	width: 420px;
	margin: 10px 0px 0px;
	position: relative;
	clear: both;
}
#readers h3 {
	padding: 5px;
	border-bottom: 1px solid #eee;
	margin: 0px 0px 5px;
}
/* Skin */
#readers .ui-tabs-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#readers .ui-tabs-nav li {
	margin: 0; /* be nice to Opera */
	float: right;
}
#readers .ui-tabs-nav a {
	display: block;
	width: 120px; /* IE 6 treats width as min-width */
	min-width: 120px;
	margin: 0 0 0 2px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	padding: 4px 0 5px;
	background: #fff url(../images/tabs-bg.gif) no-repeat right top;
	font-size: 11px;
}
#readers .ui-tabs-nav .ui-tabs-selected a {
	position: relative;
	padding: 4px 0 5px;
	z-index: 2;
	background: #fff url(../images/tabs-bg.gif) no-repeat right -30px;
}
#readers .ui-tabs-nav .ui-tabs-selected a:link, #readers .ui-tabs-nav .ui-tabs-selected a:visited, #readers .ui-tabs-nav .ui-tabs-disabled a:link, #readers .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}
#readers .ui-tabs-nav a:hover, #readers .ui-tabs-nav a:focus, #readers .ui-tabs-nav a:active, #readers .ui-tabs-nav .ui-tabs-deselectable a:hover, #readers .ui-tabs-nav .ui-tabs-deselectable a:focus, #readers .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}
#readers .ui-tabs-panel {
	padding: 5px 10px; /* declare background color for readers to avoid distorted fonts in IE while fading */
	width: 400px;
	clear: both;
	border-top: 2px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
/* Additional IE specific bug fixes... */
* html #readers .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html #readers .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
.out-going-links {
	width: 200px;
	margin: 10px 0px 0px;
}
.out-going-links h3 {
	background: #EEEEEE;
	padding: 5px;
}
.more-links {
	cursor:pointer;
	background-color: #F4F3EE;
	padding: 2px 5px;
	margin: 5px 0px;
}
/*-------------------------------------*/
.side-box {
	margin: 0px 0px 10px;
}
.side-box h3 {
	padding: 5px;
	border-bottom: 1px solid #E1DED0;
}
.side-ads {
	text-align: center;
}
.side-ads a {
	display: block;
	margin: 0px 0px 5px;
}
.cats li {
	float: right;
	width: 140px;
}
.rss {
	position: relative;
	width: 1px;
	height: 1px;
	float: left;
}
.rss a {
	display: block;
	height: 40px;
	width: 60px;
	position: absolute;
	left: 0;
	top: -23px;
	background: url(../images/icons/rss.gif) no-repeat;
}
.rss span {
	display: none;
}
.feedburner {
	position: relative;
	height: 50px;
}
.email {
	background: url(../images/email-bg.gif) no-repeat right;
	position: absolute;
	right: 0;
	width: 180px;
}
.email input {
	background: transparent;
	border-style: none;
}
#feedburner a {
	height: 23px;
	width: 80px;
	display: block;
	position: absolute;
	left: 48px;
	background: url(../images/feedburnerl-bg.gif) no-repeat center top;
}
#feedburner a:hover {
	background-position: center -23px;
}
#submit-feedburner span {
	display: none;
}
.fast-forward a {
	display: block;
	padding: 1px 5px;
	border-bottom: 1px solid #eee;
}
.fast-forward a:hover {
	border-bottom: 1px solid #ccc;
}
.list {
	margin-right: 5px;
	margin-left: 5px;
}
.list li {
	background: url(../images/icons/arrow-right.gif) no-repeat right 7px;
	padding-right: 10px;
}
.footer-nav {
	margin: 0px;
	padding: 10px 20px;
}
.footer-nav li {
	float: right;
}
.footer-nav a {
	display: block;
	margin: 0px 0px 0px 10px;
	color: #666666;
}
.footer-nav a:hover {
	color: #333333;
}
#footer p.text {
	color: #000000;
	padding: 0px 20px 20px;
	width: 600px;
}
#footer .copyright {
	width: 280px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
#footer .copyright p {
	margin: 0px;
	padding: 0px 0px 5px;
}
#footer .xhtml, #footer .css {
	display: block;
	height: 32px;
	width: 32px;
	background: url(../images/icons/html_valid.gif) no-repeat 0 0;
	float: left;
	margin: 0px 10px 0px 0px;
}
#footer .css {
	background: url(../images/icons/css_valid.gif) no-repeat 0 0;
}
#footer a span {
	display:none
}
.post {
	margin: 0px 5px;
}
.info li {
	padding: 1px 20px 2px 0px;
	margin: 0px 0px 0px 10px;
	float: right;
	font-size: 10px;
}
.info .date {
	background: url(../images/icons/date.gif) no-repeat right 2px;
}
.info .author {
	background: url(../images/icons/author.gif) no-repeat right 2px;
}
.info .print {
	background: url(../images/icons/print.gif) no-repeat right 2px;
}
.info .link {
	background: url(../images/icons/link.gif) no-repeat right 2px;
}
.info .commnet {
	background: url(../images/icons/comment.gif) no-repeat right 2px;
}
.info .cat {
	background: url(../images/icons/cats.gif) no-repeat right 2px;
}
.info .view {
	background: url(../images/icons/view.gif) no-repeat right 2px;
}
.post .post-content {
	padding: 5px 0px;
	clear: both;
}
.post-footer .commnet, .post-footer .social {
	float: right;
}
.post-footer .commnet a {
	background: url(../images/icons/comment.gif) no-repeat right 1px;
	margin: 0px 0px 0px 10px;
	padding: 1px 20px 1px 0px;
	display: block;
}
.post-footer .social {
	position: relative;
}
.post-footer .social a.social-link {
	background: url(../images/icons/social.gif) no-repeat right 1px;
	margin: 0px;
	padding: 1px 20px 1px 0px;
	display: block;
}
.post-footer .social-list {
	position: absolute;
	padding: 5px;
	background: #eee;
	border: 1px solid #CCCCCC;
	display: none;
	top: auto;
	right: 0px;
	width: 330px;
}
.post-footer .social-list img {
	margin: 0px 0px 0px 2px;
}
#comments {
	margin: 10px 5px;
}
#comments .navigation {
	margin: 10px 0px;
}
#comments .navigation a {
	display: block;
	
}
#comments .alignleft a {
	background: url(../images/icons/turn_left.gif) no-repeat right 1px;
	padding: 0px 20px 0px 0px;
}
#comments .alignright a {
	background: url(../images/icons/turn_right.gif) no-repeat left 1px;
	padding: 0px 0px 0px 20px;
}
#comments .alignleft, #comments .alignright {
	width:300px
}
#comments .commentlist {
	margin: 10px 0px;
}
.commentlist .comment {
	padding: 5px;
	margin: 0px 0px 10px;
	border: 1px solid #EEE;
	background: #F2FAFD;
}
.commentlist .alt {
	border: 1px solid #CCC;
	background: #E3F0F9;
}
.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: white;
}
.chalt{
	background-color: #E2E2E2;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}
			
.commentlist .avatar {
	float: right;
	margin: 0px 0px 0px 10px;
}
.commentlist .comment-grant {
	float: left;
}
.commentlist .comment-grant .plus, .commentlist .comment-grant .minus {
	display: block;
	float: left;
}
.commentlist .comment-grant .plus a, .commentlist .comment-grant .minus a {
	display: block;
	height: 18px;
	width: 16px;
}
.commentlist .comment-grant .plus a {
	background: url(../images/icons/plus.gif) no-repeat center 2px;
}
.commentlist .comment-grant .minus a {
	background: url(../images/icons/minus.gif) no-repeat center 2px;
}
.commentlist .comment-grant .plus span, .commentlist .comment-grant .minus span {
	display: none;
}
.commentlist .comment-grant .number {
	display: block;
	float: left;
	padding: 0px 5px 5px;
}
.commentlist .avatar img {
	padding: 1px;
	border: 1px solid #000000;
}
.commentlist .date {
	display: block;
}
.commentmetadata {
	float: right;
}
.commentlist em {
	font-weight: bolder;
	font-style: normal;
}
.commentlist .comment-content {
	margin: 5px 0px;
}
#respond p {
	clear: both;
}
#respond {
	margin: 10px 0px;
}
#respond label {
	float: right;
	width: 60px;
	padding: 5px;
	margin: 5px 0px 0px;
}
#respond #author, #respond #email, #respond #url, #respond #comment {
	float: right;
	border: 1px solid #2970A6;
	width: 180px;
	padding: 5px;
	margin: 5px 0px 0px;
	/*background: #E3F0F9;*/
}
#respond #email, #respond #url {
	direction:ltr
}
#respond #comment {
	width: 380px;
}
#respond small {
	font-size: 12px;
}
#respond #submit {
	margin: 10px 70px 0px 0px;
	font: bolder 15px Arial, Helvetica, sans-serif;
	padding: 3px 12px;
	background: #2970A6;
	color: #FFFFFF;
	border-style: none;
	cursor:pointer
}
#respond #submit:hover {
	background: #FFD097;
	color: #000000;
}
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 990;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img {
	border: none;
}
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav {
	left: 0;
}
#lightbox-nav a {
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption {
	font-weight: bold;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
.slideshow {
	width:300px;
	height:300px;
	margin-top:10px;
}
.meta{
border-bottom:4px solid #ccc;
color:#666666;
font-size:11px;
margin-bottom:10px;
padding:5px 0;	
overflow:hidden;
clear:both;
height:1%;
}
.tableborder{border:solid 1px #c0c0c0;vertical-align:middle;text-align:center;}
.tableborder tr{border:solid 1px #c0c0c0;
vertical-align:middle;
direction:ltr;
}
.tableborder td{border:solid 1px #c0c0c0;
vertical-align:middle;
direction:ltr;
}
.pagination  {
margin:10px 15px 0 0;
overflow:hidden;
}
.pagination span.pages, .pagination span.extend {
display:block;
float:right;
font-size:0.8em;
font-weight:normal;
padding:3px 3px 3px 5px;
}
.pagination a {
background:none repeat scroll 0 0 #F3F3F3;
border:1px solid #CCCCCC;
display:block;
float:right;
font-size:10px;
margin:0 0 5px 5px;
padding:3px 7px;
}
.pagination a:hover {
background:none repeat scroll 0 0 #434141;
border:1px solid #313131;
color:#FFFFFF;
}
.pagination span.current {
background:none repeat scroll 0 0 #929090;
border:1px solid #313131;
color:#FFFFFF;
display:block;
float:right;
font-size:10px;
margin:0 0 5px 5px;
padding:3px 7px;
}
