#right {}
	#right .mod_article {
		float: none;
		position: relative;
	}
	#right .ce_image {
		left: 0;
		padding: 5px 14px;
		position: relative;
		top: 0;
	}
		#right .ce_image .image_container {
			text-align: left;
			margin: 0;
			width: auto;
		}
			#right .ce_image .image_container img {
				background: #D5D2CB;
				border: 3px solid #A5A4A3;
				display: block;
				margin: 0;
			}
			#right .ce_image .image_container .caption {
				color: #000;
				font: bold 10px Arial, Helvetica, sans-serif;
				margin: 3px 0;
			}
		#right .ce_image .magnifier {
			background: transparent url(../images/magnifier.png) scroll no-repeat;
			bottom: 8px;
			display: block;
			height: 23px;
			position: absolute;
			right: 33px;
			width: 23px;
		}
	#right .lightbox {
		cursor: pointer;
	}
		#right .lightbox:hover .image_container img {
			border-color: #6F6D66;
		}
	#right .thumbnails {
		height: 32px;
		margin-bottom: 5px;
		overflow: hidden;
		padding: 0 12px;
		position: relative;
		width: 190px;
	}
		#right .thumbnails ul li,
		#right .thumbnails a {
			clear: none;
			display: inline;
			float: left;
			overflow: hidden;
		}
		#right .thumbnails ul {}
			#right .thumbnails ul li {
				position: relative;
				text-align: left;
				width: 38px;
				z-index: 10;
			}
				#right .thumbnails ul li .ce_image {
					background: #FFF;
					border: 1px solid #6F6D66;
					cursor: pointer;
					display: inline;
					float: left;
					height: 30px;
					margin: 0 3px;
					padding: 0;
					width: 30px;
				}
				#right .thumbnails ul li:hover .ce_image {
					border-color: #000;
				}
					#right .thumbnails ul li .ce_image .image_container {
						margin: 0;
					}
						#right .thumbnails ul li .ce_image .image_container img {
							border: 0;
						}
						#right .thumbnails ul li .ce_image .image_container .caption {
							display: none;
						}
		#right .thumbnails a {
			background: transparent url(../images/thumbnails_arrows.gif) scroll no-repeat left top;
			cursor: pointer;
			font-size: 0;
			height: 32px;
			overflow: hidden;
			position: absolute;
			text-indent: -10000px;
			top: 0;
			width: 12px;
			z-index: 20;
		}
		#right .thumbnails a.thumbnail-previous {
			background-position: left top;
			left: 0;
		}
		#right .thumbnails a.thumbnail-previous-disabled {
			background-position: left bottom;
		}
		#right .thumbnails a.thumbnail-next {
			background-position: right top;
			right: 0;
		}
		#right .thumbnails a.thumbnail-next-disabled {
			background-position: right bottom;
		}

