﻿/**
 *	PHOTO.GALLERY - library.css
 *	Author: NaTL
 *	Email: tranlinkna@gmail.com
**/

/*********** COMMON ***********/
body, input, textarea, select, option {font-family: Tahoma, Georgia, Verdana; color:#314956; font-size:12px;}
a{color:#314956; text-decoration:none;}
a:hover{color:#FF9524; text-decoration:underline;}
.real_w{width:940px; margin:auto;}
/*********** E: COMMON ***********/

/*********** PHOTO FORM ***********/
/*----- Fixed css class - new -----*/
.crop_photo{overflow:hidden; position:relative;display:block;text-align:center;}
.crop_photo .smash_photo{filter:alpha(opacity=0);opacity:0;position:absolute;z-index:1;left:0px;}
.crop_photo .smash_photo2{filter:alpha(opacity=0);opacity:0;position:absolute;z-index:2;top:1px; left:1px;}
.crop_photo:hover .smash_photo{filter:alpha(opacity=100);opacity:1;border:1px solid #4d4d4d}
.crop_photo:hover .smash_photo2{filter:alpha(opacity=100);opacity:1;border:1px solid #fff;}

.ver_top img{vertical-align:top;border:none;}
.ver_top object{vertical-align:top;border:none;}
.ver_mid img{vertical-align:middle;border:none;}
.ver_mid object{vertical-align:middle;border:none;}
.ver_bot img{vertical-align:bottom;border:none;}
.ver_bot object{vertical-align:bottom;border:none;}
.ver_top .smash_main{vertical-align:top;}
.ver_mid .smash_main{vertical-align:middle;}
.ver_bot .smash_main{vertical-align:bottom;}
/*----- e: Fixed css class - new -----*/

/*----- Changed css class - new -----*/
.size60x60{width:60px; height:60px;border:none;*font-size:50px;}
.size60x60 .smash_photo{width:58px; height:58px;}
.size60x60 .smash_photo2{width:56px; height:56px;}
.size60x60 .smash_main{display:table-cell; width:60px; height:60px; text-align:center;}

.size94x68{width:94px; height:68px;border:none;*font-size:50px;}
.size94x68 .smash_photo{width:92px; height:66px;}
.size94x68 .smash_photo2{width:90px; height:64px;}
.size94x68 .smash_main{display:table-cell; width:92px; height:68px; text-align:center;}

.size95x95{width:95px; height:95px;border:none;*font-size:50px;}
.size95x95 .smash_photo{width:93px; height:93px;}
.size95x95 .smash_photo2{width:91px; height:91px;}
.size95x95 .smash_main{display:table-cell; width:95px; height:95px; text-align:center;}

.size131x131{width:131px; height:131px;border:none;*font-size:50px;}
.size131x131 .smash_photo{width:129px; height:129px;}
.size131x131 .smash_photo2{width:127px; height:127px;}
.size131x131 .smash_main{display:table-cell; width:131px; height:131px; text-align:center;}

.size140x100{width:140px; height:100px;border:none;*font-size:50px;}
.size140x100 .smash_photo{width:138px; height:98px;}
.size140x100 .smash_photo2{width:136px; height:96px;}
.size140x100 .smash_main{display:table-cell; width:140px; height:100px; text-align:center;}

.size211x90{width:211px; height:90px;border:none;*font-size:50px;}
.size211x90 .smash_photo{width:209px; height:88px;}
.size211x90 .smash_photo2{width:207px; height:86px;}
.size211x90 .smash_main{display:table-cell; width:211px; height:90px; text-align:center;}

.size211x141{width:211px; height:141px;border:none;*font-size:50px;}
.size211x141 .smash_photo{width:209px; height:139px;}
.size211x141 .smash_photo2{width:207px; height:137px;}
.size211x141 .smash_main{display:table-cell; width:211px; height:141px; text-align:center;}

.size221x172{width:221px; height:172px;border:none;*font-size:50px;}
.size221x172 .smash_photo{width:219px; height:170px;}
.size221x172 .smash_photo2{width:217px; height:168px;}
.size221x172 .smash_main{display:table-cell; width:221px; height:172px; text-align:center;}

.size263x177{width:263px; height:177px;border:none;*font-size:50px;}
.size263x177 .smash_photo{width:261px; height:175px;}
.size263x177 .smash_photo2{width:259px; height:173px;}
.size263x177 .smash_main{display:table-cell; width:263px; height:177px; text-align:center;}

.size302x278{width:302px; height:278px;border:none;*font-size:50px;}
.size302x278 .smash_photo{width:300px; height:276px;}
.size302x278 .smash_photo2{width:298px; height:274px;}
.size302x278 .smash_main{display:table-cell; width:302px; height:278px; text-align:center;}
/*********** E: PHOTO FORM ***********/
