#preview{
    position: absolute;
    top:0px;
    width:782px;
    height:550px;
    background-color: #28292c;
    overflow: hidden;
}

.previewContainer{
    position: absolute;
}

#p3c{
    position:relative;
    width:782px;
    height:100%;
    margin:0 auto;
    top: 115px;
}

    #previewInfo{
        position: absolute;
        width:225px;
        height:782px;
    }

        #previewInfoBanner{
            width:225px;
            height:170px;

        }
		
		#previewInfoBanner img {
			max-width: 100%;
		}

        #previewInfoText{
            position: relative;
            width:225px;
            height:625px;
            border-right: 1px solid #3b3b3b;
        }

            .previewInfoTextHeader{
                font-size:13px;
                font-weight: bold;
                color: #7a7b7f;
                padding:30px 15px 0 15px;
            }

            .previewInfoTextTxt{
                font-size:13px;
                color:white;
                padding:3px 15px 0 15px;
            }

            .previewInfoTextUrl{
                /*position: absolute;*/
                padding: 25px 15px 0 15px;
            }

    #previewImages{
        position: absolute;
        width:675px;
        height:782px;
        left: 225px;
    }

    .previewElement{
        position:absolute;
    }

        #close{
            position: absolute;
            left:740px;
            top:20px;
            cursor:pointer;
        }

        #upBtn{
            position: absolute;
            top: 10px;
            left: 200px;
            height:20px;
            width:156px;
        }

        .tvContainer{
            position: absolute;
        }

        .tvElement{
            position: absolute;
        }

        #tv{
            position: absolute;
            left:20px;
            top:55px;
        }
		
		.paper #tv {
			display: none;
		}

        #imgsBtn{
            position: absolute;
            left:42px;
            top:76px;
            width:473px;
            height:266px;
            background-color: #343539;
        }
		
		.billboard #imgsBtn {
			left: 21px;
			width: 516px;
			height: 255px;
		}

        #downBtn{
            position: absolute;
            top: 505px;
            left: 200px;
            height:20px;
            width:156px;
        }



    .previewUrl{
        color:white;
        font-weight: bold;
        font-size: 13px;
    }

    a.previewUrl:hover { color:#47bfc6 }



#looks{
    position: absolute;
    top:0px;
    width:782px;
    height:521px;
    overflow: hidden;

}

    #looksContainer{
        position: absolute;
        top:0px;
    }

        .looksPage{
            position: absolute;
            top:0px;
            width:782px;
            height:782px;
        }








    .look{
        position:absolute;
        width:260px;
        height:260px;
        cursor:pointer;
    }

        .lookBg{
            position:absolute;
            top:0;
            width:260px;
            height:260px;
            background-color: white;
        }


        .lookNormal{
            position:absolute;
            top:0;
            width:260px;
            height:260px;
            background-color: white;
        }

            .lookNormalIcon{
                position: absolute;
                top:5px;
                left:5px;
            }

        .lookOver{
            position:absolute;
            width:130;
            height:130;
            left:65px;
            top:65px;
            opacity: 0;
            background-color: #47bfc6;
        }

            .lookFor{
                position:absolute;
                top:0;
                color: white;
                width:240px;
                left:10px;
                font-weight:bold;
                text-align: center;
                font-size: 13px;
            }

            .lookLine{
                position:absolute;
                width:240px;
                left:10px;
                height:1px;
                background-color: #6cccd1;
                top:130px;
            }

            .lookWhat{
                position:absolute;
                width:240px;
                left: 10px;
                color: white;
                top:140px;
                text-align: center;
                font-size: 13px;
            }

            .lookAbout{
                position:absolute;
                width:240px;
                left: 10px;
                top:230px;
                text-align: center;
                font-size: 11px;
                color: #343539;
            }

        .lookBtn{
            position: relative;
            top:0;
        }


    #pageBack{
        position: absolute;
        width:100px;
        top:185px;
        left: -120px;
        height:158px;
        background-color: #343539;
    }

        #pageBackBtn{
            display:block;
            position:absolute;
            top:0;
            width:100px;
            height: 156px;
        }

    .imageBlock{
        display:block;
        position:absolute;
        top:0;
    }

    #pageForw{
        position: absolute;
        width:100px;
        top:185px;
        left: 800px;
        height:156px;
        cursor:pointer;
    }

        #pageForwBtn{
            display:block;
            position:absolute;
            top:0;
            width:100px;
            height: 156px;
        }



#pages{
    position: absolute;
    top:555px;
    width:782px;
}

    #pagin{
        position:relative;
        width: 850px;
        margin: 0 auto;
        font-family:TrebuchetMS,serif;
        text-align: center;
    }