gol
gol

hardy

د‌ل های ما که به هم نزدیک باشن

دیگر چه فرقی می کند

که کجای این جهان باشیم

دور باش اما نزدیک

من از نزدیک بودن‌های دور می‌ترسم
«احمد شاملو»

×

توجه : دو ارسال نخستِ کاربرانِ جدید در تالار میدوری را پیش از نمایش دادن , مدیر تالار باید تایید کند .

Latest Threads  آخرین ارسال ها :
نمایش آخرین ارسال این موضوع
 
امتیاز موضوع:
  • 4 رأی - میانگین امیتازات : 1
  • 1
  • 2
  • 3
  • 4
  • 5
  
1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان
نویسنده:میدوری
آخرین ارسال:میدوری
پاسخ: 1
بازدید: 10559
subscription
quickreply advancequickreply report



( ابزار سایت ) اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهاردهم)
تغییر اندازه ی متن : zoomin zoomout default
Butterfly
نویسنده : admin میدوری
admin میدوری profile  
آفلاین
مدیر کل تالار
مدالهای میدوری1000500
1001011720
168241051
دسترسی به میدوری
ارسال یک ایمیل به این کاربر ارسال یک پیام خصوصی به این کاربر مشاهده وب سایت کاربر یافتن تمامی ارسال های این کاربر اعتبار:
اطلاعات میدوری


تاریخ عضویت:
05 November 2011

ارسال ها: 1,800
شماره کاربری: 1
میزان اعتبار:

محل سکونت: تهران
ماه تولد:
جنسيت:
آخرین دیدار :
تماس با میدوری
حالت میدوری
صفحه های میدوری
گوگل پلاس فیس بوک توییتر یوتیوب کلوب
اینستاگرام تلگرام
ارسال: #1
Fish اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهاردهم)

rightarrow
اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهاردهم)
اسلاید شو یا گالری تصاویر برای نمایش تصاویر بصورتی زیبا و تکنیکی با استفاده از راه کارها و روش های گوناگون . برای دوستان چند مدل را گردآوری کرده ام که در اینجا قرار میدهم . نمونه ی زنده را در زیر ببینید و سپس برای بررسی و استفاده , از کد های داده شده استفاده کنید . تغییرات بعهده ی شماست .

کد HTML:
<style>
.zoomBox {width:520px; height:490px; border:1px solid #888; background:#333; margin:30px auto; position:relative; 
overflow:hidden; box-shadow:0 4px 10px rgba(0,0,0,0.8); z-index:100;
background-image: -moz-linear-gradient(rgba(255, 255, 255,0.3), rgba(255, 255, 255, 0));
background-image: -webkit-linear-gradient(rgba(255, 255, 255,0.3), rgba(255, 255, 255, 0));
background-image: -ms-linear-gradient(rgba(255, 255, 255,0.3), rgba(255, 255, 255, 0));
background-image: -o-linear-gradient(rgba(255, 255, 255,0.3), rgba(255, 255, 255, 0));
background-image: linear-gradient(rgba(255, 255, 255,0.3), rgba(255, 255, 255, 0));
}
.zoomBox input {position:absolute; left:-9999px;}
.zoomBox ul {padding:10px 0 0 0; margin:0; list-style:none;}
.zoomBox div.sets ul li {display:block; width:410px; float:left; clear:left; margin-bottom:25px;}
.zoomBox div.sets ul li:last-child {margin-bottom:0;}
.zoomBox div.sets ul li.topLine {margin-top:20px;}
.zoomBox div.sets ul li label img {width:120px; box-shadow:0 2px 5px rgba(0,0,0,0.8); border:1px solid #888;}
.zoomBox label {cursor:pointer;}
.zoomBox ul li.controls {height:44px; padding-right:50px;}
.zoomBox ul li.controls label.grid {display:block; width:50px; height:44px; float:left; background: url(grid2.png);}
.zoomBox ul li.controls label.single {display:block; width:50px; height:44px; float:left; background: url(large2.png);}
.zoomBox ul li.controls label.prev {display:block; width:50px; height:44px; float:right; background: url(prev2.png);}
.zoomBox ul li.controls label.next {display:block; width:50px; height:44px; float:right; background: url(next2.png);}
.zoomBox ul li.controls label.grid img,
.zoomBox ul li.controls label.single img,
.zoomBox ul li.controls label.prev img,
.zoomBox ul li.controls label.next img {display:block; width:50px; height:44px; border:0; box-shadow:none;}

.zoomBox div.sets ul li.p1 {
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
.zoomBox div.sets ul li.p2 {
-webkit-transition:0.5s 0.5s;
-moz-transition:0.5s 0.5s;
-ms-transition:0.5s 0.5s;
-o-transition:0.5s 0.5s;
transition:0.5s 0.5s;
}
.zoomBox div.sets ul li.p3 {
-webkit-transition:0.5s 1s;
-moz-transition:0.5s 1s;
-ms-transition:0.5s 1s;
-o-transition:0.5s 1s;
transition:0.5s 1s;
}
.zoomBox div.sets ul li.thumbs label {display:block; float:left; margin-right:22px;}
.zoomBox div.sets ul li label:last-child {margin:0;}
.zoomBox div.sets {position:absolute; left:0; top:0; height:480px; left:-600px; z-index:100;}
.zoomBox #s1p:checked ~ div.set3 ul li.controls,
.zoomBox #s1n:checked ~ div.set2 ul li.controls,
.zoomBox #s2p:checked ~ div.set1 ul li.controls,
.zoomBox #s2n:checked ~ div.set3 ul li.controls,
.zoomBox #s3p:checked ~ div.set2 ul li.controls,
.zoomBox #s3n:checked ~ div.set1 ul li.controls {margin-left:650px;}
.zoomBox #s1p:checked ~ div.set3 ul li.p1,
.zoomBox #s1n:checked ~ div.set2 ul li.p1,
.zoomBox #s2p:checked ~ div.set1 ul li.p1,
.zoomBox #s2n:checked ~ div.set3 ul li.p1,
.zoomBox #s3p:checked ~ div.set2 ul li.p1,
.zoomBox #s3n:checked ~ div.set1 ul li.p1 {margin-left:650px;
-webkit-transition:0.5s 0.5s;
-moz-transition:0.5s 0.5s;
-ms-transition:0.5s 0.5s;
-o-transition:0.5s 0.5s;
transition:0.5s 0.5s;
}
.zoomBox #s1p:checked ~ div.set3 ul li.p2,
.zoomBox #s1n:checked ~ div.set2 ul li.p2,
.zoomBox #s2p:checked ~ div.set1 ul li.p2,
.zoomBox #s2n:checked ~ div.set3 ul li.p2,
.zoomBox #s3p:checked ~ div.set2 ul li.p2,
.zoomBox #s3n:checked ~ div.set1 ul li.p2 {margin-left:650px;
-webkit-transition:0.5s 1s;
-moz-transition:0.5s 1s;
-ms-transition:0.5s 1s;
-o-transition:0.5s 1s;
transition:0.5s 1s;
}
.zoomBox #s1p:checked ~ div.set3 ul li.p3,
.zoomBox #s1n:checked ~ div.set2 ul li.p3,
.zoomBox #s2p:checked ~ div.set1 ul li.p3,
.zoomBox #s2n:checked ~ div.set3 ul li.p3,
.zoomBox #s3p:checked ~ div.set2 ul li.p3,
.zoomBox #s3n:checked ~ div.set1 ul li.p3 {margin-left:650px;
-webkit-transition:0.5s 1.5s;
-moz-transition:0.5s 1.5s;
-ms-transition:0.5s 1.5s;
-o-transition:0.5s 1.5s;
transition:0.5s 1.5s;
}
.zoomBox div.large {position:absolute; left:600px; top:0; height:480px; z-index:10;}
.zoomBox div.large ul li {display:block; width:480px; float:left; clear:left; margin-bottom:25px;}
.zoomBox div.large ul li.controls {display:block; width:410px; float:left; clear:left; margin-bottom:25px;}
.zoomBox div.large ul li.images {margin-bottom:0; margin-top:10px; box-shadow:0 2px 5px rgba(0,0,0,0.8);
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
.zoomBox div.large ul li.images img {display:block; border:1px solid #888;}
.zoomBox div.large ul li.caption {margin-bottom:0; margin-top:20px;
-webkit-transition:0.5s;
-moz-transition:0.5s;
-ms-transition:0.5s;
-o-transition:0.5s;
transition:0.5s;
}
.zoomBox div.large ul li.caption p {font: normal 13px/18px arial, sans-serif; padding:0; margin:0; color:#bbb;}
.zoomBox div.large ul li.caption p a {color:#fc0;}
.zoomBox div.large ul li.caption h4 {font: bold 18px/24px arial, sans-serif; padding:0; margin:0; color:#ccc;}
.zoomBox #t1:checked ~ .img1 ul li.controls,
.zoomBox #t2:checked ~ .img2 ul li.controls,
.zoomBox #t3:checked ~ .img3 ul li.controls,
.zoomBox #t4:checked ~ .img4 ul li.controls,
.zoomBox #t5:checked ~ .img5 ul li.controls,
.zoomBox #t6:checked ~ .img6 ul li.controls,
.zoomBox #t7:checked ~ .img7 ul li.controls,
.zoomBox #t8:checked ~ .img8 ul li.controls,
.zoomBox #t9:checked ~ .img9 ul li.controls,
.zoomBox #t10:checked ~ .img10 ul li.controls,
.zoomBox #t11:checked ~ .img11 ul li.controls,
.zoomBox #t12:checked ~ .img12 ul li.controls,
.zoomBox #t13:checked ~ .img13 ul li.controls,
.zoomBox #t14:checked ~ .img14 ul li.controls,
.zoomBox #t15:checked ~ .img15 ul li.controls,
.zoomBox #t16:checked ~ .img16 ul li.controls,
.zoomBox #t17:checked ~ .img17 ul li.controls,
.zoomBox #t18:checked ~ .img18 ul li.controls,
.zoomBox #t19:checked ~ .img19 ul li.controls,
.zoomBox #t20:checked ~ .img20 ul li.controls,
.zoomBox #t21:checked ~ .img21 ul li.controls,
.zoomBox #t22:checked ~ .img22 ul li.controls,
.zoomBox #t23:checked ~ .img23 ul li.controls,
.zoomBox #t24:checked ~ .img24 ul li.controls,
.zoomBox #t25:checked ~ .img25 ul li.controls,
.zoomBox #t26:checked ~ .img26 ul li.controls,
.zoomBox #t27:checked ~ .img27 ul li.controls {margin-left:-550px;}
.zoomBox #t1:checked ~ .img1 ul li.images,
.zoomBox #t1:checked ~ .img1 ul li.caption,
.zoomBox #t2:checked ~ .img2 ul li.images,
.zoomBox #t2:checked ~ .img2 ul li.caption,
.zoomBox #t3:checked ~ .img3 ul li.images,
.zoomBox #t3:checked ~ .img3 ul li.caption,
.zoomBox #t4:checked ~ .img4 ul li.images,
.zoomBox #t4:checked ~ .img4 ul li.caption,
.zoomBox #t5:checked ~ .img5 ul li.images,
.zoomBox #t5:checked ~ .img5 ul li.caption,
.zoomBox #t6:checked ~ .img6 ul li.images,
.zoomBox #t6:checked ~ .img6 ul li.caption,
.zoomBox #t7:checked ~ .img7 ul li.images,
.zoomBox #t7:checked ~ .img7 ul li.caption,
.zoomBox #t8:checked ~ .img8 ul li.images,
.zoomBox #t8:checked ~ .img8 ul li.caption,
.zoomBox #t9:checked ~ .img9 ul li.images,
.zoomBox #t9:checked ~ .img9 ul li.caption,
.zoomBox #t10:checked ~ .img10 ul li.images,
.zoomBox #t10:checked ~ .img10 ul li.caption,
.zoomBox #t11:checked ~ .img11 ul li.images,
.zoomBox #t11:checked ~ .img11 ul li.caption,
.zoomBox #t12:checked ~ .img12 ul li.images,
.zoomBox #t12:checked ~ .img12 ul li.caption,
.zoomBox #t13:checked ~ .img13 ul li.images,
.zoomBox #t13:checked ~ .img13 ul li.caption,
.zoomBox #t14:checked ~ .img14 ul li.images,
.zoomBox #t14:checked ~ .img14 ul li.caption,
.zoomBox #t15:checked ~ .img15 ul li.images,
.zoomBox #t15:checked ~ .img15 ul li.caption,
.zoomBox #t16:checked ~ .img16 ul li.images,
.zoomBox #t16:checked ~ .img16 ul li.caption,
.zoomBox #t17:checked ~ .img17 ul li.images,
.zoomBox #t17:checked ~ .img17 ul li.caption,
.zoomBox #t18:checked ~ .img18 ul li.images,
.zoomBox #t18:checked ~ .img18 ul li.caption,
.zoomBox #t19:checked ~ .img19 ul li.images,
.zoomBox #t19:checked ~ .img19 ul li.caption,
.zoomBox #t20:checked ~ .img20 ul li.images,
.zoomBox #t20:checked ~ .img20 ul li.caption,
.zoomBox #t21:checked ~ .img21 ul li.images,
.zoomBox #t21:checked ~ .img21 ul li.caption,
.zoomBox #t22:checked ~ .img22 ul li.images,
.zoomBox #t22:checked ~ .img22 ul li.caption,
.zoomBox #t23:checked ~ .img23 ul li.images,
.zoomBox #t23:checked ~ .img23 ul li.caption,
.zoomBox #t24:checked ~ .img24 ul li.images,
.zoomBox #t24:checked ~ .img24 ul li.caption,
.zoomBox #t25:checked ~ .img25 ul li.images,
.zoomBox #t25:checked ~ .img25 ul li.caption,
.zoomBox #t26:checked ~ .img26 ul li.images,
.zoomBox #t26:checked ~ .img26 ul li.caption,
.zoomBox #t27:checked ~ .img27 ul li.images,
.zoomBox #t27:checked ~ .img27 ul li.caption{margin-left:-582px;
-webkit-transition:0.5s 1s;
-moz-transition:0.5s 1s;
-ms-transition:0.5s 1s;
-o-transition:0.5s 1s;
transition:0.5s 1s;
}
.zoomBox #m1t:checked ~ div.set1 ul li.controls,
.zoomBox #m2t:checked ~ div.set2 ul li.controls,
.zoomBox #m3t:checked ~ div.set3 ul li.controls {margin-left:650px;}
.zoomBox #m1t:checked ~ div.set1 ul li.p1,
.zoomBox #m2t:checked ~ div.set2 ul li.p1,
.zoomBox #m3t:checked ~ div.set3 ul li.p1 {margin-left:650px;
-webkit-transition:0.5s 0.5s;
-moz-transition:0.5s 0.5s;
-ms-transition:0.5s 0.5s;
-o-transition:0.5s 0.5s;
transition:0.5s 0.5s;
}
.zoomBox #m1t:checked ~ div.set1 ul li.p2,
.zoomBox #m2t:checked ~ div.set2 ul li.p2,
.zoomBox #m3t:checked ~ div.set3 ul li.p2 {margin-left:650px;
-webkit-transition:0.5s 1s;
-moz-transition:0.5s 1s;
-ms-transition:0.5s 1s;
-o-transition:0.5s 1s;
transition:0.5s 1s;
}
.zoomBox #m1t:checked ~ div.set1 ul li.p3,
.zoomBox #m2t:checked ~ div.set2 ul li.p3,
.zoomBox #m3t:checked ~ div.set3 ul li.p3 {margin-left:650px;
-webkit-transition:0.5s 1.5s;
-moz-transition:0.5s 1.5s;
-ms-transition:0.5s 1.5s;
-o-transition:0.5s 1.5s;
transition:0.5s 1.5s;
}
/* previous large images */
.zoomBox #m1p:checked ~ .img27 ul li.controls,
.zoomBox #m2p:checked ~ .img1 ul li.controls,
.zoomBox #m3p:checked ~ .img2 ul li.controls,
.zoomBox #m4p:checked ~ .img3 ul li.controls,
.zoomBox #m5p:checked ~ .img4 ul li.controls,
.zoomBox #m6p:checked ~ .img5 ul li.controls,
.zoomBox #m7p:checked ~ .img6 ul li.controls,
.zoomBox #m8p:checked ~ .img7 ul li.controls,
.zoomBox #m9p:checked ~ .img8 ul li.controls,
.zoomBox #m10p:checked ~ .img9 ul li.controls,
.zoomBox #m11p:checked ~ .img10 ul li.controls,
.zoomBox #m12p:checked ~ .img11 ul li.controls,
.zoomBox #m13p:checked ~ .img12 ul li.controls,
.zoomBox #m14p:checked ~ .img13 ul li.controls,
.zoomBox #m15p:checked ~ .img14 ul li.controls,
.zoomBox #m16p:checked ~ .img15 ul li.controls,
.zoomBox #m17p:checked ~ .img16 ul li.controls,
.zoomBox #m18p:checked ~ .img17 ul li.controls,
.zoomBox #m19p:checked ~ .img18 ul li.controls,
.zoomBox #m20p:checked ~ .img19 ul li.controls,
.zoomBox #m21p:checked ~ .img20 ul li.controls,
.zoomBox #m22p:checked ~ .img21 ul li.controls,
.zoomBox #m23p:checked ~ .img22 ul li.controls,
.zoomBox #m24p:checked ~ .img23 ul li.controls,
.zoomBox #m25p:checked ~ .img24 ul li.controls,
.zoomBox #m26p:checked ~ .img25 ul li.controls,
.zoomBox #m27p:checked ~ .img26 ul li.controls {margin-left:-550px;}
.zoomBox #m1p:checked ~ .img27 ul li.images,
.zoomBox #m1p:checked ~ .img27 ul li.caption,
.zoomBox #m2p:checked ~ .img1 ul li.images,
.zoomBox #m2p:checked ~ .img1 ul li.caption,
.zoomBox #m3p:checked ~ .img2 ul li.images,
.zoomBox #m3p:checked ~ .img2 ul li.caption,
.zoomBox #m4p:checked ~ .img3 ul li.images,
.zoomBox #m4p:checked ~ .img3 ul li.caption,
.zoomBox #m5p:checked ~ .img4 ul li.images,
.zoomBox #m5p:checked ~ .img4 ul li.caption,
.zoomBox #m6p:checked ~ .img5 ul li.images,
.zoomBox #m6p:checked ~ .img5 ul li.caption,
.zoomBox #m7p:checked ~ .img6 ul li.images,
.zoomBox #m7p:checked ~ .img6 ul li.caption,
.zoomBox #m8p:checked ~ .img7 ul li.images,
.zoomBox #m8p:checked ~ .img7 ul li.caption,
.zoomBox #m9p:checked ~ .img8 ul li.images,
.zoomBox #m9p:checked ~ .img8 ul li.caption,
.zoomBox #m10p:checked ~ .img9 ul li.images,
.zoomBox #m10p:checked ~ .img9 ul li.caption,
.zoomBox #m11p:checked ~ .img10 ul li.images,
.zoomBox #m11p:checked ~ .img10 ul li.caption,
.zoomBox #m12p:checked ~ .img11 ul li.images,
.zoomBox #m12p:checked ~ .img11 ul li.caption,
.zoomBox #m13p:checked ~ .img12 ul li.images,
.zoomBox #m13p:checked ~ .img12 ul li.caption,
.zoomBox #m14p:checked ~ .img13 ul li.images,
.zoomBox #m14p:checked ~ .img13 ul li.caption,
.zoomBox #m15p:checked ~ .img14 ul li.images,
.zoomBox #m15p:checked ~ .img14 ul li.caption,
.zoomBox #m16p:checked ~ .img15 ul li.images,
.zoomBox #m16p:checked ~ .img15 ul li.caption,
.zoomBox #m17p:checked ~ .img16 ul li.images,
.zoomBox #m17p:checked ~ .img16 ul li.caption,
.zoomBox #m18p:checked ~ .img17 ul li.images,
.zoomBox #m18p:checked ~ .img17 ul li.caption,
.zoomBox #m19p:checked ~ .img18 ul li.images,
.zoomBox #m19p:checked ~ .img18 ul li.caption,
.zoomBox #m20p:checked ~ .img19 ul li.images,
.zoomBox #m20p:checked ~ .img19 ul li.caption,
.zoomBox #m21p:checked ~ .img20 ul li.images,
.zoomBox #m21p:checked ~ .img20 ul li.caption,
.zoomBox #m22p:checked ~ .img21 ul li.images,
.zoomBox #m22p:checked ~ .img21 ul li.caption,
.zoomBox #m23p:checked ~ .img22 ul li.images,
.zoomBox #m23p:checked ~ .img22 ul li.caption,
.zoomBox #m24p:checked ~ .img23 ul li.images,
.zoomBox #m24p:checked ~ .img23 ul li.caption,
.zoomBox #m25p:checked ~ .img24 ul li.images,
.zoomBox #m25p:checked ~ .img24 ul li.caption,
.zoomBox #m26p:checked ~ .img25 ul li.images,
.zoomBox #m26p:checked ~ .img25 ul li.caption,
.zoomBox #m27p:checked ~ .img26 ul li.images,
.zoomBox #m27p:checked ~ .img26 ul li.caption{margin-left:-582px;
-webkit-transition:0.5s 0.5s;
-moz-transition:0.5s 0.5s;
-ms-transition:0.5s 0.5s;
-o-transition:0.5s 0.5s;
transition:0.5s 0.5s;
}
/* next large images */
.zoomBox #m1n:checked ~ .img2 ul li.controls {margin-left:-550px;}
.zoomBox #m2n:checked ~ .img3 ul li.controls {margin-left:-550px;}
.zoomBox #m3n:checked ~ .img4 ul li.controls {margin-left:-550px;}
.zoomBox #m4n:checked ~ .img5 ul li.controls {margin-left:-550px;}
.zoomBox #m5n:checked ~ .img6 ul li.controls {margin-left:-550px;}
.zoomBox #m6n:checked ~ .img7 ul li.controls {margin-left:-550px;}
.zoomBox #m7n:checked ~ .img8 ul li.controls {margin-left:-550px;}
.zoomBox #m8n:checked ~ .img9 ul li.controls {margin-left:-550px;}
.zoomBox #m9n:checked ~ .img10 ul li.controls {margin-left:-550px;}
.zoomBox #m10n:checked ~ .img11 ul li.controls {margin-left:-550px;}
.zoomBox #m11n:checked ~ .img12 ul li.controls {margin-left:-550px;}
.zoomBox #m12n:checked ~ .img13 ul li.controls {margin-left:-550px;}
.zoomBox #m13n:checked ~ .img14 ul li.controls {margin-left:-550px;}
.zoomBox #m14n:checked ~ .img15 ul li.controls {margin-left:-550px;}
.zoomBox #m15n:checked ~ .img16 ul li.controls {margin-left:-550px;}
.zoomBox #m16n:checked ~ .img17 ul li.controls {margin-left:-550px;}
.zoomBox #m17n:checked ~ .img18 ul li.controls {margin-left:-550px;}
.zoomBox #m18n:checked ~ .img19 ul li.controls {margin-left:-550px;}
.zoomBox #m19n:checked ~ .img20 ul li.controls {margin-left:-550px;}
.zoomBox #m20n:checked ~ .img21 ul li.controls {margin-left:-550px;}
.zoomBox #m21n:checked ~ .img22 ul li.controls {margin-left:-550px;}
.zoomBox #m22n:checked ~ .img23 ul li.controls {margin-left:-550px;}
.zoomBox #m23n:checked ~ .img24 ul li.controls {margin-left:-550px;}
.zoomBox #m24n:checked ~ .img25 ul li.controls {margin-left:-550px;}
.zoomBox #m25n:checked ~ .img26 ul li.controls {margin-left:-550px;}
.zoomBox #m26n:checked ~ .img27 ul li.controls {margin-left:-550px;}
.zoomBox #m27n:checked ~ .img1 ul li.controls {margin-left:-550px;}
.zoomBox #m1n:checked ~ .img2 ul li.images,
.zoomBox #m1n:checked ~ .img2 ul li.caption,
.zoomBox #m2n:checked ~ .img3 ul li.images,
.zoomBox #m2n:checked ~ .img3 ul li.caption,
.zoomBox #m3n:checked ~ .img4 ul li.images,
.zoomBox #m3n:checked ~ .img4 ul li.caption,
.zoomBox #m4n:checked ~ .img5 ul li.images,
.zoomBox #m4n:checked ~ .img5 ul li.caption,
.zoomBox #m5n:checked ~ .img6 ul li.images,
.zoomBox #m5n:checked ~ .img6 ul li.caption,
.zoomBox #m6n:checked ~ .img7 ul li.images,
.zoomBox #m6n:checked ~ .img7 ul li.caption,
.zoomBox #m7n:checked ~ .img8 ul li.images,
.zoomBox #m7n:checked ~ .img8 ul li.caption,
.zoomBox #m8n:checked ~ .img9 ul li.images,
.zoomBox #m8n:checked ~ .img9 ul li.caption,
.zoomBox #m9n:checked ~ .img10 ul li.images,
.zoomBox #m9n:checked ~ .img10 ul li.caption,
.zoomBox #m10n:checked ~ .img11 ul li.images,
.zoomBox #m10n:checked ~ .img11 ul li.caption,
.zoomBox #m11n:checked ~ .img12 ul li.images,
.zoomBox #m11n:checked ~ .img12 ul li.caption,
.zoomBox #m12n:checked ~ .img13 ul li.images,
.zoomBox #m12n:checked ~ .img13 ul li.caption,
.zoomBox #m13n:checked ~ .img14 ul li.images,
.zoomBox #m13n:checked ~ .img14 ul li.caption,
.zoomBox #m14n:checked ~ .img15 ul li.images,
.zoomBox #m14n:checked ~ .img15 ul li.caption,
.zoomBox #m15n:checked ~ .img16 ul li.images,
.zoomBox #m15n:checked ~ .img16 ul li.caption,
.zoomBox #m16n:checked ~ .img17 ul li.images,
.zoomBox #m16n:checked ~ .img17 ul li.caption,
.zoomBox #m17n:checked ~ .img18 ul li.images,
.zoomBox #m17n:checked ~ .img18 ul li.caption,
.zoomBox #m18n:checked ~ .img19 ul li.images,
.zoomBox #m18n:checked ~ .img19 ul li.caption,
.zoomBox #m19n:checked ~ .img20 ul li.images,
.zoomBox #m19n:checked ~ .img20 ul li.caption,
.zoomBox #m20n:checked ~ .img21 ul li.images,
.zoomBox #m20n:checked ~ .img21 ul li.caption,
.zoomBox #m21n:checked ~ .img22 ul li.images,
.zoomBox #m21n:checked ~ .img22 ul li.caption,
.zoomBox #m22n:checked ~ .img23 ul li.images,
.zoomBox #m22n:checked ~ .img23 ul li.caption,
.zoomBox #m23n:checked ~ .img24 ul li.images,
.zoomBox #m23n:checked ~ .img24 ul li.caption,
.zoomBox #m24n:checked ~ .img25 ul li.images,
.zoomBox #m24n:checked ~ .img25 ul li.caption,
.zoomBox #m25n:checked ~ .img26 ul li.images,
.zoomBox #m25n:checked ~ .img26 ul li.caption,
.zoomBox #m26n:checked ~ .img27 ul li.images,
.zoomBox #m26n:checked ~ .img27 ul li.caption,
.zoomBox #m27n:checked ~ .img1 ul li.images,
.zoomBox #m27n:checked ~ .img1 ul li.caption{margin-left:-582px;
-webkit-transition:0.5s 0.5s;
-moz-transition:0.5s 0.5s;
-ms-transition:0.5s 0.5s;
-o-transition:0.5s 0.5s;
transition:0.5s 0.5s;
}
/* switch from grid to single */
.zoomBox #s1s:checked ~ .img1 ul li.controls,
.zoomBox #s2s:checked ~ .img10 ul li.controls,
.zoomBox #s3s:checked ~ .img19 ul li.controls {margin-left:-550px;}
.zoomBox #s1s:checked ~ .img1 ul li.images,
.zoomBox #s1s:checked ~ .img1 ul li.caption,
.zoomBox #s2s:checked ~ .img10 ul li.images,
.zoomBox #s2s:checked ~ .img10 ul li.caption,
.zoomBox #s3s:checked ~ .img19 ul li.images,
.zoomBox #s3s:checked ~ .img19 ul li.caption{margin-left:-582px;
-webkit-transition:0.5s 1.5s;
-moz-transition:0.5s 1.5s;
-ms-transition:0.5s 1.5s;
-o-transition:0.5s 1.5s;
transition:0.5s 1.5s;
}

</style>
<!--[if lte IE 8]>
<style type="text/css">
.zoomBox {background:url(zoombox/pic_5h.jpg) no-repeat 20px 80px; border:1px solid #ddd;}
</style>
<![endif]-->
<div class ="zoomBox">
<input name="zoomBox" id="s1s" type="radio"><input name="zoomBox" id="s1p" type="radio">
<input name="zoomBox" id="s1n" type="radio">
<input name="zoomBox" id="t1" type="radio"><input name="zoomBox" id="t2" type="radio">
<input name="zoomBox" id="t3" type="radio">
<input name="zoomBox" id="t4" type="radio"><input checked="checked" name="zoomBox" id="t5" type="radio">
<input name="zoomBox" id="t6" type="radio">
<input name="zoomBox" id="t7" type="radio"><input name="zoomBox" id="t8" type="radio">
<input name="zoomBox" id="t9" type="radio">
<input name="zoomBox" id="s2s" type="radio"><input name="zoomBox" id="s2p" type="radio">
<input name="zoomBox" id="s2n" type="radio">
<input name="zoomBox" id="t10" type="radio"><input name="zoomBox" id="t11" type="radio">
<input name="zoomBox" id="t12" type="radio">
<input name="zoomBox" id="t13" type="radio"><input name="zoomBox" id="t14" type="radio">
<input name="zoomBox" id="t15" type="radio">
<input name="zoomBox" id="t16" type="radio"><input name="zoomBox" id="t17" type="radio">
<input name="zoomBox" id="t18" type="radio">
<input name="zoomBox" id="s3s" type="radio"><input name="zoomBox" id="s3p" type="radio">
<input name="zoomBox" id="s3n" type="radio">
<input name="zoomBox" id="t19" type="radio"><input name="zoomBox" id="t20" type="radio">
<input name="zoomBox" id="t21" type="radio">
<input name="zoomBox" id="t22" type="radio"><input name="zoomBox" id="t23" type="radio">
<input name="zoomBox" id="t24" type="radio">
<input name="zoomBox" id="t25" type="radio"><input name="zoomBox" id="t26" type="radio">
<input name="zoomBox" id="t27" type="radio">
<input name="zoomBox" id="m1t" type="radio"><input name="zoomBox" id="m2t" type="radio">
<input name="zoomBox" id="m3t" type="radio">
<input name="zoomBox" id="m1p" type="radio"><input name="zoomBox" id="m2p" type="radio">
<input name="zoomBox" id="m3p" type="radio">
<input name="zoomBox" id="m4p" type="radio"><input name="zoomBox" id="m5p" type="radio">
<input name="zoomBox" id="m6p" type="radio">
<input name="zoomBox" id="m7p" type="radio"><input name="zoomBox" id="m8p" type="radio">
<input name="zoomBox" id="m9p" type="radio">
<input name="zoomBox" id="m10p" type="radio"><input name="zoomBox" id="m11p" type="radio">
<input name="zoomBox" id="m12p" type="radio">
<input name="zoomBox" id="m13p" type="radio"><input name="zoomBox" id="m14p" type="radio">
<input name="zoomBox" id="m15p" type="radio">
<input name="zoomBox" id="m16p" type="radio"><input name="zoomBox" id="m17p" type="radio">
<input name="zoomBox" id="m18p" type="radio">
<input name="zoomBox" id="m19p" type="radio"><input name="zoomBox" id="m20p" type="radio">
<input name="zoomBox" id="m21p" type="radio">
<input name="zoomBox" id="m22p" type="radio"><input name="zoomBox" id="m23p" type="radio">
<input name="zoomBox" id="m24p" type="radio">
<input name="zoomBox" id="m25p" type="radio"><input name="zoomBox" id="m26p" type="radio">
<input name="zoomBox" id="m27p" type="radio">
<input name="zoomBox" id="m1n" type="radio"><input name="zoomBox" id="m2n" type="radio">
<input name="zoomBox" id="m3n" type="radio">
<input name="zoomBox" id="m4n" type="radio"><input name="zoomBox" id="m5n" type="radio">
<input name="zoomBox" id="m6n" type="radio">
<input name="zoomBox" id="m7n" type="radio"><input name="zoomBox" id="m8n" type="radio">
<input name="zoomBox" id="m9n" type="radio">
<input name="zoomBox" id="m10n" type="radio"><input name="zoomBox" id="m11n" type="radio">
<input name="zoomBox" id="m12n" type="radio">
<input name="zoomBox" id="m13n" type="radio"><input name="zoomBox" id="m14n" type="radio">
<input name="zoomBox" id="m15n" type="radio">
<input name="zoomBox" id="m16n" type="radio"><input name="zoomBox" id="m17n" type="radio">
<input name="zoomBox" id="m18n" type="radio">
<input name="zoomBox" id="m19n" type="radio"><input name="zoomBox" id="m20n" type="radio">
<input name="zoomBox" id="m21n" type="radio">
<input name="zoomBox" id="m22n" type="radio"><input name="zoomBox" id="m23n" type="radio">
<input name="zoomBox" id="m24n" type="radio">
<input name="zoomBox" id="m25n" type="radio"><input name="zoomBox" id="m26n" type="radio">
<input name="zoomBox" id="m27n" type="radio">
<div class ="set1 sets">
    <ul>
	   <li class ="controls"><label for="s1s" class ="single"><img src="blank.gif" alt=""></label>
<label for="s1n" class ="next"><img src="blank.gif" alt=""></label><label for="s1p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="thumbs topLine p1"><label for="t1"><img src="pic_1h.jpg" alt=""></label>
<label for="t2"><img src="pic_2h.jpg" alt=""></label><label for="t3"><img src="pic_3h.jpg" alt=""></label></li>
	   <li class ="thumbs p2"><label for="t4"><img src="pic_4h.jpg" alt=""></label>
<label for="t5"><img src="pic_5h.jpg" alt=""></label><label for="t6"><img src="pic_6h.jpg" alt=""></label></li>
	   <li class ="thumbs p3"><label for="t7"><img src="pic_7h.jpg" alt=""></label>
<label for="t8"><img src="pic_8h.jpg" alt=""></label><label for="t9"><img src="pic_9h.jpg" alt=""></label></li>
    </ul>
</div>
<div class ="set2 sets">
    <ul>
	   <li class ="controls"><label for="s2s" class ="single"><img src="blank.gif" alt=""></label>
<label for="s2n" class ="next"><img src="blank.gif" alt=""></label><label for="s2p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="thumbs topLine p1"><label for="t10"><img src="pic_10h.jpg" alt=""></label>
<label for="t11"><img src="pic_11h.jpg" alt=""></label><label for="t12"><img src="pic_12h.jpg" alt=""></label></li>
	   <li class ="thumbs p2"><label for="t13"><img src="pic_13h.jpg" alt=""></label>
<label for="t14"><img src="pic_14h.jpg" alt=""></label><label for="t15"><img src="pic_15h.jpg" alt=""></label></li>
	   <li class ="thumbs p3"><label for="t16"><img src="pic_16h.jpg" alt=""></label>
<label for="t17"><img src="pic_19h.jpg" alt=""></label><label for="t18"><img src="pic_18h.jpg" alt=""></label></li>
    </ul>
</div>
<div class ="set3 sets">
    <ul>
	   <li class ="controls"><label for="s3s" class ="single"><img src="blank.gif" alt="">
</label><label for="s3n" class ="next"><img src="blank.gif" alt=""></label><label for="s3p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="thumbs topLine p1"><label for="t19"><img src="pic_19h.jpg" alt="">
</label><label for="t20"><img src="pic_20h.jpg" alt=""></label><label for="t21"><img src="pic_21h.jpg" alt=""></label></li>
	   <li class ="thumbs p2"><label for="t22"><img src="pic_22h.jpg" alt=""></label>
<label for="t23"><img src="pic_23h.jpg" alt=""></label><label for="t24"><img src="pic_24h.jpg" alt=""></label></li>
	   <li class ="thumbs p3"><label for="t25"><img src="pic_25h.jpg" alt=""></label>
<label for="t26"><img src="pic_26h.jpg" alt=""></label><label for="t27"><img src="pic_27h.jpg" alt=""></label></li>
    </ul>
</div>

<div class ="img1 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m1n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m1p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_1h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #1</h4>
<p>This is the caption for image #1 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img2 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
</label><label for="m2n" class ="next"></label><label for="m2p" class ="prev"></label></li>
	   <li class ="images topLine"><img src="pic_2h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #2</h4>
<p>This is the caption for image #2 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img3 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m3n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m3p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_3h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #3</h4>
<p>This is the caption for image #3 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img4 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m4n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m4p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_4h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #4</h4>
<p>This is the caption for image #4 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img5 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m5n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m5p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_5h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #5</h4>
<p>This is the caption for image #5 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img6 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m6n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m6p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_6h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #6</h4>
<p>This is the caption for image #6 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img7 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m7n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m7p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_7h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #7</h4>
<p>This is the caption for image #7 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img8 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m8n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m8p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_8h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #8</h4>
<p>This is the caption for image #8 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img9 large">
    <ul>
	   <li class ="controls"><label for="m1t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m9n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m9p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_9h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #9</h4>
<p>This is the caption for image #9 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img10 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m10n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m10p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_10h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #10</h4>
<p>This is the caption for image #10 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img11 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m11n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m11p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_11h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #11</h4>
<p>This is the caption for image #11 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img12 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m12n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m12p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_12h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #12</h4>
<p>This is the caption for image #12 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img13 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m13n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m13p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_13h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #13</h4>
<p>This is the caption for image #13 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img14 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m14n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m14p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_14h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #14</h4>
<p>This is the caption for image #14 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img15 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m15n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m15p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_15h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #15</h4>
<p>This is the caption for image #15 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img16 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m16n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m16p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_16h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #16</h4>
<p>This is the caption for image #16 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img17 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m17n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m17p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_17h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #17</h4>
<p>This is the caption for image #17 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img18 large">
    <ul>
	   <li class ="controls"><label for="m2t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m18n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m18p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_18h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #18</h4>
<p>This is the caption for image #18 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img19 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m19n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m19p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_19h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #19</h4>
<p>This is the caption for image #19 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img20 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m20n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m20p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_20h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #20</h4>
<p>This is the caption for image #20 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img21 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid"><img src="blank.gif" alt=""></label>
<label for="m21n" class ="next"><img src="blank.gif" alt=""></label><label for="m21p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_21h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #21</h4>
<p>This is the caption for image #21 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img22 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m22n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m22p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_22h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #22</h4>
<p>This is the caption for image #22 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img23 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid"><img src="blank.gif" alt=""></label>
<label for="m23n" class ="next"><img src="blank.gif" alt=""></label><label for="m23p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_23h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #23</h4>
<p>This is the caption for image #23 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img24 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid"><img src="blank.gif" alt=""></label>
<label for="m24n" class ="next"><img src="blank.gif" alt=""></label><label for="m24p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_24h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #24</h4>
<p>This is the caption for image #24 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img25 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid">
<img src="blank.gif" alt=""></label><label for="m25n" class ="next"><img src="blank.gif" alt=""></label>
<label for="m25p" class ="prev"><img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_25h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #25</h4>
<p>This is the caption for image #25 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img26 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid"><img src="blank.gif" alt=""></label>
<label for="m26n" class ="next"><img src="blank.gif" alt=""></label><label for="m26p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_26h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #26</h4>
<p>This is the caption for image #26 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
<div class ="img27 large">
    <ul>
	   <li class ="controls"><label for="m3t" class ="grid"><img src="blank.gif" alt=""></label>
<label for="m27n" class ="next"><img src="blank.gif" alt=""></label><label for="m27p" class ="prev">
<img src="blank.gif" alt=""></label></li>
	   <li class ="images topLine"><img src="pic_27h.jpg" alt=""></li>
	   <li class ="caption"><h4>Photograph #27</h4>
<p>This is the caption for image #27 and a <a href="#">link</a> to another page.</p></li>
    </ul>
</div>
</div>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802





امضای میدوری :
[تصویر: midori-sign-500.png]
محل حضور کاربر در تالار :  admin میدوری در تالار ميدوری حضور ندارد .
ديدگاه کاربران برای مطلب : help (روی آیکون مورد نظر کلیک کنید تا دیدگاه شما ثبت شود . در صورت انصراف تا دوبار می توانید دیدگاه خود را ثبت کنید . برای پاک کردن دیدگاه روی همان آیکون یک بار کلیک کنید تا دیدگاه شما پاک شود .)

برچسب ها :

17 - July - 2014 14 : 12 PM
اعتبار: اهدای موجودی بــانــکــ نقل قول این ارسال در یک پاسخ


subscription
quickreply advancequickreply report

موضوع های مرتبط با این موضوع...
موضوع: نویسنده پاسخ: بازدید: آخرین ارسال
Heart abzar نمایش تصویرها بصورت معلق و چرخان با CSS3 میدوری 2 10,252 18 - December - 2018 10 : 06 PM
آخرین ارسال: میدوری
minioni abzar نوشته های نئونی با CSS3 میدوری 0 6,953 25 - June - 2016 11 : 07 PM
آخرین ارسال: میدوری
minioni abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح چهلم) میدوری 0 7,533 12 - June - 2016 05 : 05 PM
آخرین ارسال: میدوری
HumanFemale abzar اسلاید شوهای زیبا و ابتکاری با CSS3 (طرح سی و نهم) میدوری 0 7,742 17 - May - 2016 24 : 05 PM
آخرین ارسال: میدوری
Flower abzar چک باکس های زیبا با CSS میدوری 0 6,809 01 - December - 2015 50 : 12 PM
آخرین ارسال: میدوری

بازديدکنندگان از موضوع
کاربرانی که از موضوع بازدید کرده اند ( 1 ) کاربر

ابزار موضوع



1 کاربر حاضر در تاپیک: (0 عضو, و 1 مهمان). 1 مهمان