/* CSS template specific file - tmpl_gallery
 * Telenor
 * 
 * layout image path: /images/layout/
 */


/* ========================  ======================== */
/* ------------------------  ------------------------ */
/* ........................  ........................ */


/* ======================== General ======================== */

/* ======================== Structure ======================== */

#content_main_wi1 {
	background-image: none;
}

#content_main {
	width: 720px !important;
	margin-left: 0px;
	margin-right: 0px !important;
	margin-top: 0px;
	margin-bottom: -8px;	 
}


#galleryArea {
	padding: 0px !important;	
	width: 720px !important;	
	overflow: hidden;
}

.gallery_category {
	width: 720px;
	margin-bottom: 20px;
}


/* ------------------------ thumbnail area ------------------------ */

.gallery_thumbs {
	width: 186px;
	float: right;
	/*padding-left: 10px;*/
}

.gallery_thumbs .rcb_gallery {
	background-image: none;
	background-color: #e5e5e5;
	overflow: hidden;
}

.gallery_thumbs .rcbHeader {
	color: #000;
}

.gallery_thumbs .rcbContent {
	background-color: #fff;
	padding: 0px;
	margin: 0px 1px 8px 1px;
}

.gallery_thumbArea {
	overflow: hidden;
	padding: 8px 0px 0px 8px;
}

/* ........................ thumb pagination  ........................ */

.gallery_pagination {
	background-color: #f3f3f3;
	padding: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
}

.galleryNav_current {
}

.galleryNav_total {
}

.galleryNav_prev {
	padding-left: 8px;
	margin-left: 5px;
	background-image: url(/images/layout/pagination_left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	color: #333;
}

.galleryNav_next {
	padding-right: 8px;
	background-image: url(/images/layout/pagination_right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	color: #333;
}


/* ------------------------ main display area ------------------------ */

#gallery_main {
	width: 504px;
	float: left;
	margin-right: 5px;
	overflow: hidden;
	margin-left: -5px;
}

#gallery_imageArea {
	background-color: #e9eaec;
	margin-bottom: 10px;
}

#gallery_imageArea img {
	display: block;
	margin: 0 auto;
}

#gallery_textArea {
	margin-left: 5px;
}
#gallery_textArea h2 {
	padding: 0px;
	font-weight: bold;
}

.galleryItemBodyImage {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}
