/**************************************************************** MENU ***********************************************************************/
.glossymenu, .glossymenu li ul{
list-style-type: none;
width: 188px;
margin: 0;
padding: 0;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background:url(1.jpg) ;
font:  11px tahoma,Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width:auto;
text-decoration: none;
padding:7px 0 7px 25px;
text-align:left;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
z-index:2000;
background:#ffc838;
width: 188px; /*WIDTH OF SUB MENU ITEMS*/
left:0;
top: 0;
display: none
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
background:url('2.jpg');
width: 188px; /*WIDTH OF SUB MENU ITEMS - 10px padding-right for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
height:8px;
width:8px;
right: 10px;
background: url('arrow.png') no-repeat center;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: #000000;
}

.glossymenu li a:hover{
color:red;
background:url('2.jpg') repeat-y;
}

* html .glossymenu li { float: right; height: 1%; }
* html .glossymenu li a { height: 1%; }

/****************************************************************** INC-HEADER **************************************************************/

.contentContainer {
padding-left:0;
padding-right:0;
padding-bottom:0;
}

.contentContainer p,.contentContainer h1 {
margin-top:0;
}

.imageSlideshowHolder,.imageSlideshowHolder_left {
float:right;
width:100%;
height:205px;
position:relative;
margin:0;
}

.leftFloatingDiv {
float:Right;
}

.imageSlideshowHolder img {
position:absolute;
left:0;
top:0;
}

/******************************************************************* AMAR ******************************************************************/

table #amar
{
	font-family:Tahoma,arial;
	
	color:#ffffff;
	width:170px;
}
td .amar
{
	font-family:Tahoma;
	background-color:#696969;
	color:#ffffff;
}


/****************************************************************** SANANEWS *****************************************************************/

#marqueecontainer{
position: relative;
width: 174px; /*marquee width */
height: 120px; /*marquee height */

overflow: hidden;
border: 0px solid orange;
padding: 0px;
padding-left: 0px;
}

/********************************************************************* LIGHT-BOX ************************************************************/

 #lightbox { 
position : absolute; 
left : 0; 
width : 100%; 
z-index : 100; 
text-align : center; 
line-height : 0; 
} 
#lightbox img { 
width : auto; 
height : auto; 
} 
#lightbox a img { 
border : none; 
} 
#outerImageContainer { 
position : relative; 
background-color : #fff; 
width : 250px; 
height : 250px; 
margin : 0 auto; 
} 
#imageContainer { 
padding : 10px; 
} 
#loading { 
position : absolute; 
top : 40%; 
left : 0%; 
height : 25%; 
width : 100%; 
text-align : center; 
line-height : 0; 
} 
#hoverNav { 
position : absolute; 
top : 0; 
left : 0; 
height : 100%; 
width : 100%; 
z-index : 10; 
} 
#imageContainer > #hoverNav { 
left : 0; 
} 
#hoverNav a { 
outline : none; 
} 
#prevLink, #nextLink { 
width : 49%; 
height : 100%; 
display : block;
background-image: url(data:image/gif);
} 
#prevLink { 
left : 0; 
float : left; 
} 
#nextLink { 
right : 0; 
float : right; 
} 
#prevLink:hover, #prevLink:visited:hover { 
background : url('en/images/prevlabel.gif') no-repeat left 15%; 
} 
#nextLink:hover, #nextLink:visited:hover { 
background : url('en/images/nextlabel.gif') no-repeat right 15%; 
} 
#imageDataContainer { 
font : 10px Verdana, Helvetica, sans-serif; 
background-color : #fff; 
margin : 0 auto; 
line-height : 1.4em; 
overflow : auto; 
width : 100%; 
} 
#imageData { 
padding : 0 10px; 
color : #666; 
} 
#imageData #imageDetails { 
width : 70%; 
float : left; 
text-align : left; 
} 
#imageData #caption { 
font-weight : bold; 
} 
#imageData #numberDisplay { 
display : block; 
clear : left; 
padding-bottom : 1em; 
} 
#imageData #bottomNavClose { 
width : 66px; 
float : right; 
padding-bottom : 0.7em; 
outline : none; 
} 
#overlay { 
position : absolute; 
top : 0; 
left : 0; 
z-index : 90; 
width : 100%; 
height : 500px; 
background-color : #000; 
}

/*******************************************************************************************************************************************/