equal
deleted
inserted
replaced
19 <!--[if lt IE 8]><link rel="stylesheet" href="blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> |
19 <!--[if lt IE 8]><link rel="stylesheet" href="blueprint/ie.css" type="text/css" media="screen, projection"><![endif]--> |
20 |
20 |
21 <!-- Import fancy-type plugin for the sample page. --> |
21 <!-- Import fancy-type plugin for the sample page. --> |
22 |
22 |
23 <link rel="stylesheet" href="res/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection"> |
23 <link rel="stylesheet" href="res/blueprint/plugins/fancy-type/screen.css" type="text/css" media="screen, projection"> |
24 <link rel="stylesheet" href="custom.css" type="text/css" media="screen, projection"> |
24 <link rel="stylesheet" href="res/css/custom.css" type="text/css" media="screen, projection"> |
25 <link rel="stylesheet" href="tabs-slideshow.css" type="text/css" media="screen, projection"> |
25 <link rel="stylesheet" href="res/css/tabs-slideshow.css" type="text/css" media="screen, projection"> |
26 <link rel="stylesheet" type="text/css" href="res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css" media="screen"> |
26 <link rel="stylesheet" type="text/css" href="res/jquery.fancybox/fancybox/jquery.fancybox-1.3.4.css" media="screen"> |
27 <link rel="stylesheet" type="text/css" href="res/niceforms/niceforms-custom.css" media="screen" > |
27 <link rel="stylesheet" type="text/css" href="res/niceforms/niceforms-custom.css" media="screen" > |
28 |
28 |
29 <!-- JAVASCRIPT --> |
29 <!-- JAVASCRIPT --> |
30 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
30 <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> |
51 $(this).cursor = "pointer"; |
51 $(this).cursor = "pointer"; |
52 }).mouseout(function(){ |
52 }).mouseout(function(){ |
53 //$(this).css({'backgroundColor':'#f6f6f6'}); |
53 //$(this).css({'backgroundColor':'#f6f6f6'}); |
54 $(this).css({'backgroundColor':'#f2f2f2'}); |
54 $(this).css({'backgroundColor':'#f2f2f2'}); |
55 }); |
55 }); |
56 |
|
57 <!-- SLIDER --> |
|
58 $(".slidetabs").tabs(".images > div", { |
|
59 effect: 'fade', |
|
60 rotate: false, |
|
61 interval: 4000, |
|
62 clickable:false |
|
63 }).slideshow(); |
|
64 |
|
65 $(".slidetabs").data("slideshow").play(); |
|
66 }); |
56 }); |
67 |
57 |
68 |
58 |
69 |
59 |
70 |
60 |