body, div {
    font-family:		arial;
    font-size:			10px;
    color:				#000000;

    margin:				0px;
    padding:			0px;

    z-index:			1;
}

body {
    background:			#000000;
    background-image:   url(../images/global/water_background.jpg);
    background-repeat: repeat-x;
}

a, a:link, a:hover, a:visited {
    font-family:		arial;
    font-size:			10px;
    color:				#93b2e1;
    text-decoration:	none;
}

#mainContainer {
    margin:				0px auto;
    width:				924px;
    height:				560px;
}

#mainContainer #langFlag{
    position:            absolute;
    top:                 4px;
    left:                689px;
    width:               220px;
    text-align:          left;
    color:               #97b2da;
    font-size:         11px;
     cursor:              pointer;
    z-index:             50;
}
#mainContainer #langFlag #flagLangInfo{
    position:            absolute;
    top:                 0px;
    left:                82px;
    width :              110px;
    text-align:       center;

}


#mainContainer #langFlag #flagPic{
    position:            absolute;
    top:                 0px;
    left:                193px;
   
}

#mainContainer #Header {
    width:				924px;
    height:				90px;
}

#mainContainer #Content {
    position:			relative;
    width:				924px;
    height:				630px;
}
/*
#mainContainer #Content #gameContent {
position:			absolute;
width:				924px;
height:				560px;
background-repeat:	no-repeat;

background:			url('../images/en/externalHome/frame_middle.jpg');
background-position: 18px 0px;



}
*/
#mainContainer #Content #gameContent #pageContent #openIDLnk{
     position: absolute;
    top: 72px;
    left: 41px;
    text-align:left;
    width:238px;
    font-size:12px;
}

#externalFooter{
    position: absolute;
    z-index: 5;
    top: 587px;
}
#footerSpacer{
    width: 150px;
    display:block;
    height: 10px;
    float:left;
}
#footerblockLeft{
    width: 400px;
    display:block;
    height: 10px;
    float:left;
    text-align:left;
}
#footerblockRight{
    width: 370px;
    display:block;
    height: 10px;
    float:left;
    text-align:right;
}
#instListContainer{
    position:absolute;
    top:210px;
    left:13px;
}
#instanceLayer{
    position:absolute;
    background-image:url(../images/global/serverselect_background.jpg);
    background-repeat: no-repeat;
    width: 523px;
    height: 544px;
    top: 17px;
    left: 193px;
    background-color:#000000;
    color: #FFFFFF;
}

.instancesRows{
    color:#CCCCCC;
    height:30px;
    position:relative;
    width:482px;
    background-image:url(../images/global/clanCandidatesHorizontalStripe_2.gif);
    background-repeat:no-repeat;
    background-position: 0 24px;
    overflow:hidden;
}

.instField{
    background-color:#cccccc;
}

.instField_preselected{
    position: absolute;
    left: 10px;
    width: 20px;
}

.instField_domain{
    position: absolute;
    left: 40px;
    width: 200px;
}

.instField_keyID{
    position : absolute;
    left: 250px;
    width: 50px;

}

.instRowText{
    font-size:11px;
}

.instSelect1{
    color:#b9d6ff;
}
.instSelect0{
    color:#93B2E1;
}
.instName{
    position: absolute;
    left: 150px;
    width: 110px;


}
.instLang{
    position: absolute;
    left: 60px;
    width: 90px;

}
.instPlace{
    position: absolute;
    left: 2px;
    width: 50px;

}
.instState{
    position: absolute;
    left: 260px;
    width: 50px;

}
#instCellheader{
    position:absolute;
    top:186px;
    width:500px;
    left:13px;
}
.instSupport{
    color:#93B2E1;
    position:absolute;
    text-align:center;
    top:295px;
    width:500px;
}

#instheader{

    position: absolute;
    top: 3px;
    left: 12px;
    width: 500px;
    font-size:16px;
    font-weight:bolder;
}

#instInfo{
    color:#93B2E1;
    position: absolute;
    top: 33px;
    left: 12px;
    width: 500px;

}

#instCaption{
    color:#93B2E1;
    font-size:12px;
    position: absolute;
    top:165px;
    width: 500px;
    left:12px;
}

.instPlayBtn0{
    position:absolute;
    left: 348px;
    background-image:url(../images/en/externalHome/server-select_button_2.gif);
    width:134px;
    height:20px;
    background-repeat:no-repeat;
    cursor:pointer;
}

.instPlayBtn0:hover{
    background-image:url(../images/en/externalHome/server-select_button_2_mouseover.gif);
}
.instPlayBtn1{
    position:absolute;
    left: 348px;
    background-image:url(../images/en/externalHome/server-select_button_1.gif);
    width:134px;
    height:20px;
    background-repeat:no-repeat;
    cursor:pointer;
}

.instPlayBtn1:hover{
    background-image:url(../images/en/externalHome/server-select_button_1_mouseover.gif);
}
.instDisabledBtn{
    position:absolute;
    left: 348px;
    background-image:url(../images/en/externalHome/server-select_button_3.gif);
    width:134px;
    height:20px;
    background-repeat:no-repeat;
    /*cursor:crosshair;*/
}



#mainContainer #Content #gameContent {
    position:			absolute;
    width:				924px;
    height:				635px;
    background-repeat:	no-repeat;

    /*background:			url('../images/en/externalHome/loginPageBG4.jpg');*/
    /*new background*/
    background-image:			url('../images/en/externalHome/login_middle.jpg');
    background-position: 13px 0px;



}
#closeBtn{
    position:absolute;
    top: 1px;
    left: 512px;
    width:11px;
    height:11px;
    background-image:url(../images/global/button_x-close.gif);
    cursor:pointer;
    background-repeat:no-repeat;
}
#closeBtn:hover{
    background-image:url(../images/global/button_x-close_mouseover.gif);
}
.instance198{
    position:absolute;
    top:259px;
    background-image:none;
}

.langRow{
    position:relative;
    float:left;
    height:17px;
    width:48%;
    padding-right:2%;
    cursor:pointer;
    /*background-color:#DDDDDD;*/
}
.langSelection{
    color:#93B2E1;
    font-weight:bolder;
    padding-left:4px;
    cursor:pointer;
}
.langSelection:hover{
    color:#b9d6ff;
    font-size:12px;
    padding-left:4px;
}
#instLang198{
    display:none;
}
#instPlace198{
    display:none;
}

#langSelect{
   
    left:634px;
    position:absolute;
    top:23px;
    width:270px;
    display:none;
}

.langSelectPNG{
    background-image:url(../images/global/language_back_ie.png);
}

.langSelectIE6{
    background-color:#000000;
    left:634px;
    position:absolute;
    top:23px;
    width:270px;
    display:none;
    filter:Alpha(opacity=80.0);
    cursor:pointer;
}
/*
* html #langSelect {
    display:				none;
    behavior:				url("css/pngfix.htc");
}
*/
#mainContainer #Content #gameContent #pageContent #smalInfo {
    top:				340px;
    width:				153px;
    height:				70px;

    left:				47px;
    position:				absolute;
}

#mainContainer #Content #gameContent #pageContent #signupLabelBox {
    top:				41px;
    width:				220px;
    height:				90px;
    background-image:				url(../images/en/externalHome/signlabel.gif);
    background-repeat:				no-repeat;
    left:				718px;
    position:				absolute;
    cursor:pointer;
}
/*
#mainContainer #Content #gameContent #pageContent #signupLabelBox :hover{
background-image:				url(../images/en/externalHome/signlabel_mouseover.gif);
}
*/

#mainContainer #Content #gameContent #frameLeft{
    position:			absolute;
    width:				25px;
    height:				560px;
    background-repeat:	no-repeat;
    /*background:			url('../images/en/externalHome/loginPageBG4.jpg');*/
    /*new background*/
    background-image:			url('../images/global/externalHome/login_left.png');
    background-position: 0px 0px;
    left:                -4px;
}

* html #mainContainer #Content #gameContent #frameLeft {
    display:				none;
    behavior:				url("css/pngfix.htc");
}
#mainContainer #Content #gameContent #frameRight{
    position:			absolute;
    width:				25px;
    height:				560px;
    background-repeat:	no-repeat;
    /*background:			url('../images/en/externalHome/loginPageBG4.jpg');*/
    /*new background*/
    background-image:			url('../images/global/externalHome/login_right.png');
    background-position: 0px 0px;
    left:                911px;
}

* html #mainContainer #Content #gameContent #frameRight {
    display:				none;
    behavior:				url("css/pngfix.htc");
}

#mainContainer #Content #gameContent #pageContent{
    width:				924px;
    height:				560px;

    margin:				0px;
    left:				0px;
    top:				0px;

    position:			absolute;

    color:				#ffffff;
}



#mainContainer #Content #gameContent #pageContent #gameInfoWebLogExternal {
    width:					424px;
    height:					134px;

    position:				absolute;
    left:					0px;
    top:					0px;

    /* position + dimension test */
    background-color:		#efefef;
    opacity:				1;
    overflow:                hidden;
}

.eventDataRow{
    width:                  100%;
    height:                 15px;
    background-color:       orange;
}

#mainContainer #Content #gameContent #pageContent #playNowContainer {
    top:                    223px;
    width:                  420px;
    height:                 102px;
    /*background-image:		url(../images/en/externalHome/start-but_html.png);*/
    background-repeat:		no-repeat;
    left:                   248px;
    position:				absolute;
    cursor:                 pointer;
}


#mainContainer #Content #gameContent #pageContent #gameStats {
    position:				absolute;
    width:					300px;
}
#mainContainer #Content #gameContent #pageContent #regClickLayer {
    position:				absolute;
    width:					320px;
    height:                 60px;
    /*background-color:       aqua;*/
    left:                   298px;
    top:                    494px;
    cursor:pointer;
    background-image: url(../images/en/externalHome/button_start.jpg);
    background-repeat:no-repeat;
}
#mainContainer #Content #gameContent #pageContent #regClickLayer:hover {
    background-image: url(../images/en/externalHome/button_start_mouseover.jpg);
}


#mainContainer #Content #gameContent #pageContent #regClickLayer2 {
    position:				absolute;
    width:					220px;
    height:                 80px;
    /*background-color:       aqua;*/
    left:                   17px;
    top:                    426px;
    cursor:pointer;
}

#mainContainer #Content #gameContent #pageContent #gameStats #registeredUsers {
    color:					#97b2da;

    position:				absolute;
    left:					23px;
    top:					4px;
}

#mainContainer #Content #gameContent #pageContent #gameStats #userOnline {
    color:					#97b2da;

    position:				absolute;
    left:					180px;
    top:					4px;
}

#mainContainer #Content #gameContent #closedBeta {
    position:				absolute;
    left:					35px;
    top:					3px;
}


#mainContainer #Content #gameContent #pageContent #loginBox {

    position:				absolute;
    top:                    145px;
    width:                  263px;
    height:                 102px;

    left:                   31px;
    position:				absolute;
    color:                  #000000;
}

#mainContainer #Content #gameContent #pageContent #loginBox #username {
    width:					237px;
    height:					19px;
    color:                  #000000;
    position:				absolute;
    left:					13px;
    top:					23px;
}

#mainContainer #Content #gameContent #pageContent #loginBox #username #label {
    width:					79px;
    color:                  #000000;
    position:				absolute;
    left:					5px;
    top:					3px;

    font-size:				11px;
}

#mainContainer #Content #gameContent #pageContent #loginBox #username #input {
    width:					154px;
    height:					16px;
    color:                  #000000;
    position:				absolute;
    left:					5px;
    top:					19px;
}
* html #mainContainer #Content #gameContent #pageContent #loginBox #username #input {
    top:					18px;
}

*+html #mainContainer #Content #gameContent #pageContent #loginBox #username #input {
    top:					18px;
}

#mainContainer #Content #gameContent #pageContent #loginBox #username #input input {
    width:					154px;
    height:					16px;
    color:                  #000000;
    background:				transparent;

    margin:					0px;
    padding:				0px;
    border:					0px;

    font-size:				11px;
}

#mainContainer #Content #gameContent #pageContent #loginBox #password {
    width:					237px;
    height:					3px;
    color:                  #000000;
    position:				absolute;
    left:					13px;
    top:					44px;
}

#mainContainer #Content #gameContent #pageContent #loginBox #password #label {
    width:					79px;
    color:                  #000000;
    position:				absolute;
    left:					5px;
    top:					15px;

    font-size:				11px;
}

#mainContainer #Content #gameContent #pageContent #loginBox #password #input {
    width:					154px;
    height:					16px;
    color:                  #000000;
    position:				absolute;
    left:					5px;
    top:					31px;
}
* html #mainContainer #Content #gameContent #pageContent #loginBox #password #input {
    top:					30px;
}
*+html #mainContainer #Content #gameContent #pageContent #loginBox #password #input {
    top:					30px;
}


#mainContainer #Content #gameContent #pageContent #loginBox #password #input input {
    width:					154px;
    height:					16px;
    color:                  #000000;
    background:				transparent;

    margin:					0px;
    padding:				0px;
    border:					0px;

    font-size:				11px;
}



#mainContainer #Content #gameContent #pageContent #loginBox #lostPassword{
    width:					156px;

    position:				absolute;
    left:					16px;
    top:					166px;
    text-decoration: underline;
    text-align:				left;
    font-size:				9px;
    color:					#000000;
}


#mainContainer #Content #gameContent #pageContent #loginBox #buttons {
    width:					10px;
    height:					10px;

    position:				absolute;
    left:					  5px;
    top:					99px;
}



#mainContainer #Content #gameContent #pageContent #loginBox #buttons #signupButton {
    width:					154px;
    height:					22px;

    position:				absolute;
    left:					13px;
    top:					39px;

    background:				url('../images/en/externalHome/signupButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #loginBox #buttons #signupButton:hover {
    background:				url('../images/en/externalHome/signupButton_mouseover.gif');
}
#signupButtonOpenId {
    width:					154px;
    height:					22px;

    position:				absolute;
    left:					13px;
    top:					39px;

    background:				url('../images/en/externalHome/signupButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#signupButtonOpenId:hover {
    background:				url('../images/en/externalHome/signupButton_mouseover.gif');
}


#mainContainer #Content #gameContent #pageContent #loginBox #buttons #loginButton {
    width:					154px;
    height:					22px;

    position:				absolute;
    left:					13px;
    top:					1px;

    background:				url('../images/en/externalHome/loginButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #loginBox #buttons #loginButton:hover {
    background:				url('../images/en/externalHome/loginButton_mouseover.gif');
}




#mainContainer #Content #gameContent #pageContent #playNowButton {
    width:					213px;
    height:					55px;

    position:				absolute;
    left:					706px;
    top:					27px;

    background:				url('../images/en/playNowButton.png');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
/* IE PNG ALPHA HACK*/
* html #mainContainer #Content #gameContent #pageContent #playNowButton {
    display:				none;
    behavior:				url("css/pngfix.htc");
}

#mainContainer #Content #gameContent #pageContent #playNowButton:hover {
    background:				url('../images/en/playNowButton_mouseover.png');
    background-repeat:		no-repeat;
}
/* IE PNG ALPHA HACK*/
* html #mainContainer #Content #gameContent #pageContent #playNowButton:hover {
    display:				none;
    behavior:				url("css/pngfix.htc");
}






#mainContainer #Content #gameContent #pageContent #trailerButton {
    width:					124px;
    height:					22px;

    position:				absolute;
    left:					9px;
    top:					329px;

    background:				url('../images/en/externalHome/trailerButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #trailerButton:hover {
    background:				url('../images/en/externalHome/trailerButton_mouseover.gif');
    background-repeat:		no-repeat;
}
#mainContainer #Content #gameContent #pageContent #TickerButton {
    width:					124px;
    height:					22px;

    position:				absolute;
    left:					70px;
    top:					585px;

    background:				url('../images/en/newsfeedButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #TickerButton:hover {
    background:				url('../images/en/newsfeedButton_mouseover.gif');
    background-repeat:		no-repeat;
}

#mainContainer #Content #gameContent #pageContent #ingameButton {
    width:					124px;
    height:					22px;

    position:				absolute;
    left:					139px;
    top:					329px;

    background:				url('../images/en/externalHome/ingameButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #ingameButton:hover {
    background:				url('../images/en/externalHome/ingameButton_mouseover.gif');
    background-repeat:		no-repeat;
}

#mainContainer #Content #gameContent #pageContent #pricesButton {
    width:					124px;
    height:					22px;

    position:				absolute;
    left:					269px;
    top:					329px;

    background:				url('../images/en/externalHome/pricesButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #pricesButton:hover {
    background:				url('../images/en/externalHome/pricesButton_mouseover.gif');
    background-repeat:		no-repeat;
}

#mainContainer #Content #gameContent #pageContent #screenshotsButton {
    width:					138px;
    height:					22px;

    position:				absolute;
    left:					640px;
    top:					522px;

    background:				url('../images/en/externalHome/screenshotsButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #screenshotsButton:hover {
    background:				url('../images/en/externalHome/screenshotsButton_mouseover.gif');
    background-repeat:		no-repeat;
}

#mainContainer #Content #gameContent #pageContent #infoButton {
    width:					138px;
    height:					22px;

    position:				absolute;
    left:					787px;
    top:					522px;

    background:				url('../images/en/externalHome/infoButton.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}

#mainContainer #Content #gameContent #pageContent #infoButton:hover {
    background:				url('../images/en/externalHome/infoButton_mouseover.gif');
    background-repeat:		no-repeat;
}

#mainContainer #Content #gameContent #pageContent #forumButton {
    width:					138px;
    height:					22px;

    position:				absolute;
    left:					150px;
    top:					522px;

    background:				url('../images/en/externalHome/button_forum.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}

#mainContainer #Content #gameContent #pageContent #forumButton:hover {
    background:				url('../images/en/externalHome/button_forum_mouseover.gif');
    background-repeat:		no-repeat;
}
#mainContainer #Content #gameContent #pageContent #reg2Button {
    width:					138px;
    height:					22px;

    position:				absolute;
    left:					4px;
    top:					522px;

    background:				url('../images/en/externalHome/button_registrieren.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}

#mainContainer #Content #gameContent #pageContent #reg2Button:hover {
    background:				url('../images/en/externalHome/button_registrieren_mouseover.gif');
    background-repeat:		no-repeat;
}



#mainContainer #Content #gameContent #pageContent #factionsButton {
    width:					194px;
    height:					22px;

    position:				absolute;
    left:					9px;
    top:					323px;

    background:				url('../images/en/theFactions.gif');
    background-repeat:		no-repeat;

    cursor:					pointer;
}
#mainContainer #Content #gameContent #pageContent #factionsButton:hover {
    background:				url('../images/en/theFactions_mouseover.gif');
    background-repeat:		no-repeat;
}


#mainContainer #Content #gameContent #pageContent #teaser {
    color:					#5c749a;
    position:				absolute;

    width:					430px;

    left:					468px;
    top:					460px;
}


#mainContainer #Content #gameContent #pageContent #musicButton {
    width:				16px;
    height:				16px;

    position:			absolute;
    left:				160px;
    top:				588px;

    outline:			none;
}

chooseFaction
#mainContainer #Footer {
    width:				924px;
    text-align:			center;
}

#mainContainer #Footer #left {
    color:				#63737a;
    margin-right:		100px;
}

#mainContainer #Footer #right {
    color:				#63737a;
}

#mainContainer #ingameTrailer {
    position:			absolute;
    top:				369px;
    left:				21px;

}


#popupLayer {
    position:			absolute;
    top:				0px;
    left:				0px;

    width:				924px;
    height:				610px;
}


#popupBackCover {
    position:			absolute;
    left:				0px;
    top:				0px;

    width:				924px;
    height:				610px;

    z-index:			100;
}

#mediumPopup {
    top:				181px;
    left:				294px;
}

#mediumPopup #notifyText {
    color:				#547BB8;
}


#showFactions {
    position:			absolute;
    top:				184px;
    left:				672px;

    font-size:			12px;

    border:				1px solid #000000;
    padding:			2px;

    cursor:				pointer;
}

#scrollerCover {
    position:			absolute;
    top:				218px;
    left:				12px;
    width:				900px;
    height:				80px;
    z-index:			1;
}
#scroller {
    position:			absolute;
    top:				218px;
    left:				12px;

    opacity:			0.5;
    filter:				Alpha(opacity=50);
}




#chooseFactionLayer {
    width:				924px;
    height:				628px;

    margin:				0 auto;
}

#chooseFactionLayer .chooseFactionTextContainer {
    color:				#547BB8;
    font-size:			11px;
}

#chooseFactionBigImageContainer {
    width:				924px;
    height:				628px;

    z-index:			200;
    visibility:			hidden;
}

#chooseFactionBigImageContainer #img {
    position:			absolute;
    top:				135px;
    left:				0px;
}

#chooseFactionBigImage_bg {
    width:				924px;
    height:				628px;
}


#showSurveyButton {
    position:			absolute;
    top:				324px;
    left:				20px;

    width:				229px;
    height:				47px;

    background-image:	url('../images/en/surveyButton.gif');
    background-repeat:	no-repeat;

    cursor:				pointer;
}

#showSurveyButton:hover {
    background-image:	url('../images/en/surveyButton_mouseover.gif');
    background-repeat:	no-repeat;
}



#imprintPopup {
    left:				280px;
    top:				70px;
}

#gameInfoPopup {
    left:				280px;
    top:				70px;
}



#screenshotLayer {
    position:			absolute;
    top:				0px;
    left:				0px;

    width:				924px;
    height:				610px;

    visibility:			hidden;
}

#screenshotLayer #closeButton {
    position:			absolute;
    top:				508px;
    left:				364px;

    width:				201px;
    height:				24px;

    background-image:	url('../images/en/chooseFactionCloseButton.gif');
    background-repeat:	no-repeat;

    cursor:				pointer;
}

#screenshotLayer #closeButton:hover {
    background-image:	url('../images/en/chooseFactionCloseButton_mouseover.gif');
    background-repeat:	no-repeat;
}

#screenshotLayer #background{
    position:			absolute;
    top:				0px;
    left:				0px;

    background-color:	#000000;
    opacity:			0.85;

    width:				924px;
    height:				610px;
}

#screenshotLayer #thumbnailList {
    position:			absolute;
    top:				406px;
    left:				221px;
}

#screenshotLayer #thumbnailList #background{
    /*
    background:			#ffffff;
    opacity:			0.3;
    */
    width:				100%;
    height:				100%;
}

#screenshotLayer .thumbnailImage {
    position:			relative;
    width:				110px;
    /*height:				80px;*/

    margin:				5px;

    float:				left;

    cursor:				pointer;

    border:				1px solid #4D8DEF;
}

#screenshotLayer #bigImage {
    position:			relative;
    width:				600px;
    height:				387px;
    top:				20px;
    margin:				0px auto;
}

#screenshotLayer #thumbnailImage1 {
    background-image:	url('../images/en/screenshots/1small.jpg');
    background-repeat:	no-repeat;
    height:				71px;
}

#screenshotLayer #thumbnailImage2 {
    background-image:	url('../images/en/screenshots/2small.jpg');
    background-repeat:	no-repeat;
    height:				71px;
}

#screenshotLayer #thumbnailImage3 {
    background-image:	url('../images/en/screenshots/3small.jpg');
    background-repeat:	no-repeat;
    height:				71px;
}

#screenshotLayer #thumbnailImage4 {
    background-image:	url('../images/en/screenshots/4small.jpg');
    background-repeat:	no-repeat;
    height:				71px;
}

#screenshotLayer .bigImage1 {
    background-image:	url('../images/en/screenshots/1big.jpg');
    background-repeat:	no-repeat;
}

#screenshotLayer .bigImage2 {
    background-image:	url('../images/en/screenshots/2big.jpg');
    background-repeat:	no-repeat;
}

#screenshotLayer .bigImage3 {
    background-image:	url('../images/en/screenshots/3big.jpg');
    background-repeat:	no-repeat;
}

#screenshotLayer .bigImage4 {
    background-image:	url('../images/en/screenshots/4big.jpg');
    background-repeat:	no-repeat;
}


