

.ppy-imglist {
    width:          100%;
    display:        block;
    overflow:       hidden;
    
}
.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
	display:block;
}
.ppy1 .ppy-extcaption {
    width:          240px;
    display:        block;
}
.ppy1 .ppy-imglist li {
    width:          240px;
    height:         270px;
}




/*------------------------------------ppy-imglist-----------------------------------------*/


/* popeye example 1 */
.ppy1.ppy-active {
    width:262px;
    float:left;
    margin:0 20px 10px 0;
}/*-外框尺寸-*/

.ppy1 .ppy-outer {
    padding:        10px;
    border:         1px solid #cccccc;
    border-radius:          10px 10px 10px 10px;
    -moz-border-radius:     10px 10px 10px 10px;
    -webkit-border-radius:   10px 10px 10px 10px;
    background:     #ededed;/*--框顏色--*/
}

.ppy1 .ppy-stage {
	width:          240px;
	height:         180px;
	border-radius:          5px 5px 5px 5px;
	-moz-border-radius:     5px 5px 5px 5px;
	-webkit-border-radius:  5px 5px 5px 5px;
}/*-內容範圍-*/


.ppy1 .ppy-outer:hover,
.ppy1.ppy-expanded .ppy-outer {
    border:         1px solid #ccc;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}

.ppy1 .ppy-caption {
	margin:         5px 0 0 0;
	padding:        10px;
	color:          #ffffff;
	background:     #1D797A; /*-說明區塊顏色-*/
	border-radius:          10px;
	-moz-border-radius:     10px;
	-webkit-border-radius:  10px;
	box-shadow:         0 0 7px #ccc;
	-moz-box-shadow:    0 0 7px #ccc;
	-webkit-box-shadow: 0 0 7px #ccc;
	visibility:         hidden; /* prevent flash of content before popeye loads */
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
	position: absolute;
	z-index: 5000;
}

.ppy1 .ppy-caption a {
    color:#66bde9;
}
.ppy1 .ppy-caption a:hover {
    text-decoration:underline;
}

.ppy1 .ppy-counter {
	border-bottom:  2px solid #36A0A5; /*區隔線*/
	color:          #fff;
	font-size:      13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}/*-頁數文字-*/

.ppy1 .ppy-stagewrap {
    background:     #ededed; /*-內眶底色-*/
    border-radius:          5px 5px 5px 5px;
    -moz-border-radius:     5px 5px 5px 5px;
    -webkit-border-radius:  5px 5px 5px 5px;
}

.ppy1 .ppy-loading {
    opacity:0.6;
    background:#000 url(../gfx/popeye/loading.gif) no-repeat center !important;
}  /*loadiong圖片背景底色*/

.ppy1 .ppy-nav {
    background:     #666666;
    background:     -moz-linear-gradient(
        center bottom,
        rgb(12,59,61) 0%,
        rgb(58,131,133) 100%
    );
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 5px 5px;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;   
}

.ppy1 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

.ppy1 .ppy-prev {
    width:          22px;
    background:     url(../gfx/popeye/prev1.png) no-repeat center;
}

.ppy1 .ppy-next {
    width:          22px;
    background:     url(../gfx/popeye/next1.png) no-repeat center;
}

.ppy1 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../gfx/popeye/enlarge1.png) no-repeat center;
}

.ppy1 .ppy-switch-compact {
    width:          30px;
    background:     url(../gfx/popeye/compact1.png) no-repeat center;
}

.ppy1 .ppy-nav a:hover {
    background-color:   #333333;
    cursor:         pointer;
}

.medical-photo-img{
    width:          240px;
    height:         270px;
}

