.infographicGroup{
    position: absolute;
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
}

.infographicImage {
    position: absolute;
    z-index: 1;
    width: auto;
    height: auto;
    
    image-rendering: optimizeSpeed;
 	image-rendering: -moz-crisp-edges;
 	image-rendering: -o-crisp-edges;
 	image-rendering: -webkit-optimize-contrast;
 	image-rendering: optimize-contrast;
	image-rendering: optimizeQuality;
 	-ms-interpolation-mode: nearest-neighbor;
}

.infographicInfo {
    position: absolute;
    z-index: 2;
    width: 272px;
    height: auto;
}

.infographicBox {
     position: absolute;
    z-index: 2;
    width: 272px;
    height: auto;
    background-color: rgba(255,255,255,.9);
    /*border:2px solid #999999;*/
    opacity: .95;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.infographicInfoText {
    float: left;
	font-family: "VAGRoundedBold";
	font-size: 20px;
	line-height: 20px;
	color: #734267;
	padding: 60px 35px 40px 35px;
}

.infographicInfoImg {
    width: 220px;
	height: 380px;
}

.infographicInfoClose {
    background: url(./../../../imgs/2/base/icon_box_close.png) top center no-repeat;
    position: absolute;
    width: 23px;
    height: 23px;
    z-index: 3;
    margin: 15px;
    cursor: pointer;
}

.infographicInfoDrag {
    background: url(./../../../imgs/2/base/icon_box_move.png) top center no-repeat;
    position: absolute;
    width: 23px;
    height: 23px;
    z-index: 4;
    margin: 15px;
    cursor: pointer;
}

.infographicCredit {
    position: absolute;
    color: #fff;
    text-shadow: #000 0 0 0.3em;
    font: 13px "Verdana", Helvetica, Arial, sans-serif; 
    bottom: 0px;
    right: 0px;
    margin-right: 5px;
    margin-bottom: 90px;
    height: auto;
    max-width: 460px;
    line-height: 12px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    padding: 5px;
	
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -o-transform-origin: left;
    transform-origin: left;
    
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.infographicButtonText {
    position: absolute;
    top: 101px;
    width: 29px;
    height: 30px;
    cursor: pointer;
    z-index: 100;
    left: 20px;
    background: url(./../../imgs/widget_infographiceasy/button_read.png) 0 0 no-repeat;
}